Html Css Color HEX #FB5D05 Safety Orange

📋 copy color: '#FB5D05'

red 251 ◦ green 93 ◦ blue 5

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

Shades of Safety Orange #FB5D05

Tints of Safety Orange #FB5D05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.43%

R = 71.92%
G = 26.65%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FB5D05 (or 0xFB5D05) is known color: Safety Orange. HEX triplet: FB, 5D and 05. RGB value is (251,93,5). Sum of RGB (Red+Green+Blue) = 251+93+5=349 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.92% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 5 (2.34% from 255 or 1.43% from 349); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5D05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5D05 is #04A2FA. Grayscale: #828282. Windows color (decimal): -303867 or 351739. OLE color: 351739.

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

Color convert

RGB 251 93 5 -
CMYK 0 0.63 0.98 0.02
HSL 21.46º 0.97% 0.5% -
HSV(B) 21.46º 0.98% 0.98% -
XYZ 43.73 28.35 3.31 -
YUV 130.21 57.35 214.16 -
System Red Green Blue C M Y K H S L
Decimal 251 93 5 0 0.63 0.98 0.02 21.46 0.97 0.5
Hex FB 5D 5 0 3F 62 2 15 61 32
Octal 373 135 5 0 77 142 2 25 141 62
Binary 11111011 1011101 101 0 111111 1100010 10 10101 1100001 110010

Color Harmonies of #FB5D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5D05

Black with #FB5D05

Text Example


Text Example

White with #FB5D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5D05; }

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

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

background-color css

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

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

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

border-color css

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

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

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