Html Css Color HEX #FF6202 Safety Orange

📋 copy color: '#FF6202'

red 255 ◦ green 98 ◦ blue 2

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

Shades of Safety Orange #FF6202

Tints of Safety Orange #FF6202

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.61%

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

R = 71.83%
G = 27.61%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FF6202 (or 0xFF6202) is known color: Safety Orange. HEX triplet: FF, 62 and 02. RGB value is (255,98,2). Sum of RGB (Red+Green+Blue) = 255+98+2=355 (47% of max value = 765). Red value is 255 (100% from 255 or 71.83% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 2 (1.17% from 255 or 0.56% from 355); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6202 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6202 is #009DFD. Grayscale: #868686. Windows color (decimal): -40446 or 156415. OLE color: 156415.

HSL color Cylindrical-coordinate representation of color #FF6202: hue angle of 22.77º 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 #FF6202 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.

Color convert

RGB 255 98 2 -
CMYK 0 0.62 0.99 0
HSL 22.77º 1% 0.5% -
HSV(B) 22.77º 0.99% 1% -
XYZ 45.62 30 3.44 -
YUV 134 53.51 214.31 -
System Red Green Blue C M Y K H S L
Decimal 255 98 2 0 0.62 0.99 0 22.77 1 0.5
Hex FF 62 2 0 3E 63 0 17 64 32
Octal 377 142 2 0 76 143 0 27 144 62
Binary 11111111 1100010 10 0 111110 1100011 0 10111 1100100 110010

Color Harmonies of #FF6202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6202

Black with #FF6202

Text Example


Text Example

White with #FF6202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6202; }

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

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

background-color css

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

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

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

border-color css

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

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

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