Html Css Color HEX #FB6213 Safety Orange

📋 copy color: '#FB6213'

red 251 ◦ green 98 ◦ blue 19

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

Shades of Safety Orange #FB6213

Tints of Safety Orange #FB6213

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.63%

 BLUE value IS 19 (7.81% from 255) = 5.16%

R = 68.21%
G = 26.63%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FB6213 (or 0xFB6213) is known color: Safety Orange. HEX triplet: FB, 62 and 13. RGB value is (251,98,19). Sum of RGB (Red+Green+Blue) = 251+98+19=368 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.21% from 368); Green value is 98 (38.67% from 255 or 26.63% from 368); Blue value is 19 (7.81% from 255 or 5.16% from 368); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6213 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB6213 is #049DEC. Grayscale: #878787. Windows color (decimal): -302573 or 1270523. OLE color: 1270523.

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

Color convert

RGB 251 98 19 -
CMYK 0 0.61 0.92 0.02
HSL 20.43º 0.97% 0.53% -
HSV(B) 20.43º 0.92% 0.98% -
XYZ 44.27 29.29 3.94 -
YUV 134.74 62.69 210.92 -
System Red Green Blue C M Y K H S L
Decimal 251 98 19 0 0.61 0.92 0.02 20.43 0.97 0.53
Hex FB 62 13 0 3D 5C 2 14 61 35
Octal 373 142 23 0 75 134 2 24 141 65
Binary 11111011 1100010 10011 0 111101 1011100 10 10100 1100001 110101

Color Harmonies of #FB6213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6213

Black with #FB6213

Text Example


Text Example

White with #FB6213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6213; }

 p { color: rgb(251,98,19); }

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

background-color css

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

 a { background-color: rgb(251,98,19); }

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

border-color css

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

 span { border-color: rgb(251,98,19); }

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