Html Css Color HEX #FB6B0A Safety Orange

📋 copy color: '#FB6B0A'

red 251 ◦ green 107 ◦ blue 10

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

Shades of Safety Orange #FB6B0A

Tints of Safety Orange #FB6B0A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.08%

 BLUE value IS 10 (4.3% from 255) = 2.72%

R = 68.21%
G = 29.08%
B = 2.72%

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

#FB6B0A (or 0xFB6B0A) is known color: Safety Orange. HEX triplet: FB, 6B and 0A. RGB value is (251,107,10). Sum of RGB (Red+Green+Blue) = 251+107+10=368 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.21% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 10 (4.30% from 255 or 2.72% from 368); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6B0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB6B0A is #0494F5. Grayscale: #8B8B8B. Windows color (decimal): -300278 or 683003. OLE color: 683003.

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

Color convert

RGB 251 107 10 -
CMYK 0 0.57 0.96 0.02
HSL 24.15º 0.97% 0.51% -
HSV(B) 24.15º 0.96% 0.98% -
XYZ 45.1 31.05 3.9 -
YUV 139 55.21 207.89 -
System Red Green Blue C M Y K H S L
Decimal 251 107 10 0 0.57 0.96 0.02 24.15 0.97 0.51
Hex FB 6B A 0 39 60 2 18 61 33
Octal 373 153 12 0 71 140 2 30 141 63
Binary 11111011 1101011 1010 0 111001 1100000 10 11000 1100001 110011

Color Harmonies of #FB6B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6B0A

Black with #FB6B0A

Text Example


Text Example

White with #FB6B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6B0A; }

 p { color: rgb(251,107,10); }

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

background-color css

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

 a { background-color: rgb(251,107,10); }

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

border-color css

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

 span { border-color: rgb(251,107,10); }

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