Html Css Color HEX #FE5F0C Safety Orange

📋 copy color: '#FE5F0C'

red 254 ◦ green 95 ◦ blue 12

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

Shades of Safety Orange #FE5F0C

Tints of Safety Orange #FE5F0C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.32%

 BLUE value IS 12 (5.08% from 255) = 3.32%

R = 70.36%
G = 26.32%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE5F0C (or 0xFE5F0C) is known color: Safety Orange. HEX triplet: FE, 5F and 0C. RGB value is (254,95,12). Sum of RGB (Red+Green+Blue) = 254+95+12=361 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.36% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 12 (5.08% from 255 or 3.32% from 361); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5F0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5F0C is #01A0F3. Grayscale: #858585. Windows color (decimal): -106740 or 811006. OLE color: 811006.

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

Color convert

RGB 254 95 12 -
CMYK 0 0.63 0.95 0.00
HSL 20.58º 0.99% 0.52% -
HSV(B) 20.58º 0.95% 1% -
XYZ 45.03 29.28 3.63 -
YUV 133.08 59.68 214.25 -
System Red Green Blue C M Y K H S L
Decimal 254 95 12 0 0.63 0.95 0.00 20.58 0.99 0.52
Hex FE 5F C 0 3F 5F 0 15 63 34
Octal 376 137 14 0 77 137 0 25 143 64
Binary 11111110 1011111 1100 0 111111 1011111 0 10101 1100011 110100

Color Harmonies of #FE5F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5F0C

Black with #FE5F0C

Text Example


Text Example

White with #FE5F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5F0C; }

 p { color: rgb(254,95,12); }

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

background-color css

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

 a { background-color: rgb(254,95,12); }

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

border-color css

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

 span { border-color: rgb(254,95,12); }

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