Html Css Color HEX #FB6102 Safety Orange

📋 copy color: '#FB6102'

red 251 ◦ green 97 ◦ blue 2

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

Shades of Safety Orange #FB6102

Tints of Safety Orange #FB6102

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.71%

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

R = 71.71%
G = 27.71%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FB6102 (or 0xFB6102) is known color: Safety Orange. HEX triplet: FB, 61 and 02. RGB value is (251,97,2). Sum of RGB (Red+Green+Blue) = 251+97+2=350 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.71% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 2 (1.17% from 255 or 0.57% from 350); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6102 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB6102 is #049EFD. Grayscale: #848484. Windows color (decimal): -302846 or 156155. OLE color: 156155.

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

Color convert

RGB 251 97 2 -
CMYK 0 0.61 0.99 0.02
HSL 22.89º 0.98% 0.5% -
HSV(B) 22.89º 0.99% 0.98% -
XYZ 44.07 29.06 3.34 -
YUV 132.22 54.52 212.72 -
System Red Green Blue C M Y K H S L
Decimal 251 97 2 0 0.61 0.99 0.02 22.89 0.98 0.5
Hex FB 61 2 0 3D 63 2 17 62 32
Octal 373 141 2 0 75 143 2 27 142 62
Binary 11111011 1100001 10 0 111101 1100011 10 10111 1100010 110010

Color Harmonies of #FB6102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6102

Black with #FB6102

Text Example


Text Example

White with #FB6102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6102; }

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

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

background-color css

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

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

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

border-color css

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

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

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