Html Css Color HEX #FB610B Safety Orange

📋 copy color: '#FB610B'

red 251 ◦ green 97 ◦ blue 11

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

Shades of Safety Orange #FB610B

Tints of Safety Orange #FB610B

RGB

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

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

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

R = 69.92%
G = 27.02%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FB610B (or 0xFB610B) is known color: Safety Orange. HEX triplet: FB, 61 and 0B. RGB value is (251,97,11). Sum of RGB (Red+Green+Blue) = 251+97+11=359 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.92% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 11 (4.69% from 255 or 3.06% from 359); Max value from RGB is 251 - color contains mainly: red. Hex color #FB610B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB610B is #049EF4. Grayscale: #858585. Windows color (decimal): -302837 or 745979. OLE color: 745979.

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

Color convert

RGB 251 97 11 -
CMYK 0 0.61 0.96 0.02
HSL 21.5º 0.97% 0.51% -
HSV(B) 21.5º 0.96% 0.98% -
XYZ 44.12 29.08 3.6 -
YUV 133.24 59.02 211.99 -
System Red Green Blue C M Y K H S L
Decimal 251 97 11 0 0.61 0.96 0.02 21.5 0.97 0.51
Hex FB 61 B 0 3D 60 2 16 61 33
Octal 373 141 13 0 75 140 2 26 141 63
Binary 11111011 1100001 1011 0 111101 1100000 10 10110 1100001 110011

Color Harmonies of #FB610B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB610B

Black with #FB610B

Text Example


Text Example

White with #FB610B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB610B; }

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

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

background-color css

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

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

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

border-color css

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

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

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