Html Css Color HEX #FB6002 Safety Orange

📋 copy color: '#FB6002'

red 251 ◦ green 96 ◦ blue 2

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

Shades of Safety Orange #FB6002

Tints of Safety Orange #FB6002

RGB

 RED value IS 251 (98.44% from 255) = 71.92%

 GREEN value IS 96 (37.89% from 255) = 27.51%

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

R = 71.92%
G = 27.51%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FB6002 (or 0xFB6002) is known color: Safety Orange. HEX triplet: FB, 60 and 02. RGB value is (251,96,2). Sum of RGB (Red+Green+Blue) = 251+96+2=349 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.92% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 2 (1.17% from 255 or 0.57% from 349); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6002 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB6002 is #049FFD. Grayscale: #848484. Windows color (decimal): -303102 or 155899. OLE color: 155899.

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

Color convert

RGB 251 96 2 -
CMYK 0 0.62 0.99 0.02
HSL 22.65º 0.98% 0.5% -
HSV(B) 22.65º 0.99% 0.98% -
XYZ 43.98 28.88 3.31 -
YUV 131.63 54.85 213.14 -
System Red Green Blue C M Y K H S L
Decimal 251 96 2 0 0.62 0.99 0.02 22.65 0.98 0.5
Hex FB 60 2 0 3E 63 2 17 62 32
Octal 373 140 2 0 76 143 2 27 142 62
Binary 11111011 1100000 10 0 111110 1100011 10 10111 1100010 110010

Color Harmonies of #FB6002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6002

Black with #FB6002

Text Example


Text Example

White with #FB6002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6002; }

 p { color: rgb(251,96,2); }

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

background-color css

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

 a { background-color: rgb(251,96,2); }

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

border-color css

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

 span { border-color: rgb(251,96,2); }

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