Html Css Color HEX #FF6602 Safety Orange

📋 copy color: '#FF6602'

red 255 ◦ green 102 ◦ blue 2

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

Shades of Safety Orange #FF6602

Tints of Safety Orange #FF6602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 71.03%
G = 28.41%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FF6602 (or 0xFF6602) is known color: Safety Orange. HEX triplet: FF, 66 and 02. RGB value is (255,102,2). Sum of RGB (Red+Green+Blue) = 255+102+2=359 (47% of max value = 765). Red value is 255 (100% from 255 or 71.03% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 2 (1.17% from 255 or 0.56% from 359); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6602 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6602 is #0099FD. Grayscale: #888888. Windows color (decimal): -39422 or 157439. OLE color: 157439.

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

Color convert

RGB 255 102 2 -
CMYK 0 0.6 0.99 0
HSL 23.72º 1% 0.5% -
HSV(B) 23.72º 0.99% 1% -
XYZ 46 30.77 3.57 -
YUV 136.35 52.19 212.63 -
System Red Green Blue C M Y K H S L
Decimal 255 102 2 0 0.6 0.99 0 23.72 1 0.5
Hex FF 66 2 0 3C 63 0 18 64 32
Octal 377 146 2 0 74 143 0 30 144 62
Binary 11111111 1100110 10 0 111100 1100011 0 11000 1100100 110010

Color Harmonies of #FF6602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6602

Black with #FF6602

Text Example


Text Example

White with #FF6602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6602; }

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

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

background-color css

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

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

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

border-color css

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

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

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