Html Css Color HEX #FB5D0F Safety Orange

📋 copy color: '#FB5D0F'

red 251 ◦ green 93 ◦ blue 15

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

Shades of Safety Orange #FB5D0F

Tints of Safety Orange #FB5D0F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.91%

 BLUE value IS 15 (6.25% from 255) = 4.18%

R = 69.92%
G = 25.91%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FB5D0F (or 0xFB5D0F) is known color: Safety Orange. HEX triplet: FB, 5D and 0F. RGB value is (251,93,15). Sum of RGB (Red+Green+Blue) = 251+93+15=359 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.92% from 359); Green value is 93 (36.72% from 255 or 25.91% from 359); Blue value is 15 (6.25% from 255 or 4.18% from 359); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5D0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5D0F is #04A2F0. Grayscale: #838383. Windows color (decimal): -303857 or 1007099. OLE color: 1007099.

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

Color convert

RGB 251 93 15 -
CMYK 0 0.63 0.94 0.02
HSL 19.83º 0.97% 0.52% -
HSV(B) 19.83º 0.94% 0.98% -
XYZ 43.78 28.37 3.62 -
YUV 131.35 62.35 213.34 -
System Red Green Blue C M Y K H S L
Decimal 251 93 15 0 0.63 0.94 0.02 19.83 0.97 0.52
Hex FB 5D F 0 3F 5E 2 14 61 34
Octal 373 135 17 0 77 136 2 24 141 64
Binary 11111011 1011101 1111 0 111111 1011110 10 10100 1100001 110100

Color Harmonies of #FB5D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5D0F

Black with #FB5D0F

Text Example


Text Example

White with #FB5D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5D0F; }

 p { color: rgb(251,93,15); }

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

background-color css

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

 a { background-color: rgb(251,93,15); }

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

border-color css

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

 span { border-color: rgb(251,93,15); }

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