Html Css Color HEX #FB6D0B Safety Orange

📋 copy color: '#FB6D0B'

red 251 ◦ green 109 ◦ blue 11

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

Shades of Safety Orange #FB6D0B

Tints of Safety Orange #FB6D0B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.38%

 BLUE value IS 11 (4.69% from 255) = 2.96%

R = 67.65%
G = 29.38%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FB6D0B (or 0xFB6D0B) is known color: Safety Orange. HEX triplet: FB, 6D and 0B. RGB value is (251,109,11). Sum of RGB (Red+Green+Blue) = 251+109+11=371 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.65% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 11 (4.69% from 255 or 2.96% from 371); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6D0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB6D0B is #0492F4. Grayscale: #8C8C8C. Windows color (decimal): -299765 or 749051. OLE color: 749051.

HSL color Cylindrical-coordinate representation of color #FB6D0B: hue angle of 24.5º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB6D0B is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 109 11 -
CMYK 0 0.57 0.96 0.02
HSL 24.5º 0.97% 0.51% -
HSV(B) 24.5º 0.96% 0.98% -
XYZ 45.31 31.47 4 -
YUV 140.29 55.04 206.97 -
System Red Green Blue C M Y K H S L
Decimal 251 109 11 0 0.57 0.96 0.02 24.5 0.97 0.51
Hex FB 6D B 0 39 60 2 18 61 33
Octal 373 155 13 0 71 140 2 30 141 63
Binary 11111011 1101101 1011 0 111001 1100000 10 11000 1100001 110011

Color Harmonies of #FB6D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6D0B

Black with #FB6D0B

Text Example


Text Example

White with #FB6D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6D0B; }

 p { color: rgb(251,109,11); }

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

background-color css

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

 a { background-color: rgb(251,109,11); }

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

border-color css

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

 span { border-color: rgb(251,109,11); }

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