Html Css Color HEX #FF6600 Safety Orange

📋 copy color: '#FF6600'

red 255 ◦ green 102 ◦ blue 0

#FF6600
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Safety Orange #FF6600

Tints of Safety Orange #FF6600

RGB

 RED value IS 255 (100% from 255) = 71.43%

 GREEN value IS 102 (40.23% from 255) = 28.57%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.43%
G = 28.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 1

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FF6600 (or 0xFF6600) is known color: Safety Orange. HEX triplet: FF, 66 and 00. RGB value is (255,102,0). Sum of RGB (Red+Green+Blue) = 255+102+0=357 (47% of max value = 765). Red value is 255 (100% from 255 or 71.43% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 0 (0.39% from 255 or 0% from 357); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6600 is a web safe color. Inversed color of #FF6600 is #0099FF. Grayscale: #888888. Windows color (decimal): -39424 or 26367. OLE color: 26367.

HSL color Cylindrical-coordinate representation of color #FF6600: hue angle of 24º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF6600 is Cyan = 0, Magento = 0.6, Yellow = 1 and Black (K on CMYK) = 0.

Color convert

RGB 255 102 0 -
CMYK 0 0.6 1 0
HSL 24º 1% 0.5% -
HSV(B) 24º 1% 1% -
XYZ 45.99 30.76 3.51 -
YUV 136.12 51.19 212.79 -
System Red Green Blue C M Y K H S L
Decimal 255 102 0 0 0.6 1 0 24 1 0.5
Hex FF 66 0 0 3C 64 0 18 64 32
Octal 377 146 0 0 74 144 0 30 144 62
Binary 11111111 1100110 0 0 111100 1100100 0 11000 1100100 110010

Color Harmonies of #FF6600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6600

Black with #FF6600

Text Example


Text Example

White with #FF6600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6600; }

 p { color: rgb(255,102,0); }

 H1.HeaderClassName
 {
   color: #FF6600;
 }
 .AnyTagClassName
 {
   color: #FF6600;
 }
</style>

background-color css

<style>
 a { background-color: #FF6600; }

 a { background-color: rgb(255,102,0); }

 div.DivClassName
 {
   background-color: #FF6600;
 }
 .BgClassName
 {
   background-color: #FF6600;
 }
</style>

border-color css

<style>
 span { border-color: #FF6600; }

 span { border-color: rgb(255,102,0); }

 td.TdClassName
 {
   border-color: #FF6600;
 }
 .TagClassName
 {
   border-color: #FF6600;
 }
</style>