Html Css Color HEX #FE6212 Safety Orange

📋 copy color: '#FE6212'

red 254 ◦ green 98 ◦ blue 18

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

Shades of Safety Orange #FE6212

Tints of Safety Orange #FE6212

RGB

 RED value IS 254 (99.61% from 255) = 68.65%

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

 BLUE value IS 18 (7.42% from 255) = 4.86%

R = 68.65%
G = 26.49%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE6212 (or 0xFE6212) is known color: Safety Orange. HEX triplet: FE, 62 and 12. RGB value is (254,98,18). Sum of RGB (Red+Green+Blue) = 254+98+18=370 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.65% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 18 (7.42% from 255 or 4.86% from 370); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6212 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6212 is #019DED. Grayscale: #888888. Windows color (decimal): -105966 or 1204990. OLE color: 1204990.

HSL color Cylindrical-coordinate representation of color #FE6212: hue angle of 20.34º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE6212 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 98 18 -
CMYK 0 0.61 0.93 0.00
HSL 20.34º 0.99% 0.53% -
HSV(B) 20.34º 0.93% 1% -
XYZ 45.35 29.85 3.94 -
YUV 135.52 61.68 212.5 -
System Red Green Blue C M Y K H S L
Decimal 254 98 18 0 0.61 0.93 0.00 20.34 0.99 0.53
Hex FE 62 12 0 3D 5D 0 14 63 35
Octal 376 142 22 0 75 135 0 24 143 65
Binary 11111110 1100010 10010 0 111101 1011101 0 10100 1100011 110101

Color Harmonies of #FE6212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6212

Black with #FE6212

Text Example


Text Example

White with #FE6212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6212; }

 p { color: rgb(254,98,18); }

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

background-color css

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

 a { background-color: rgb(254,98,18); }

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

border-color css

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

 span { border-color: rgb(254,98,18); }

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