Html Css Color HEX #FE600C Safety Orange

📋 copy color: '#FE600C'

red 254 ◦ green 96 ◦ blue 12

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

Shades of Safety Orange #FE600C

Tints of Safety Orange #FE600C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.52%

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

R = 70.17%
G = 26.52%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE600C (or 0xFE600C) is known color: Safety Orange. HEX triplet: FE, 60 and 0C. RGB value is (254,96,12). Sum of RGB (Red+Green+Blue) = 254+96+12=362 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.17% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 12 (5.08% from 255 or 3.31% from 362); Max value from RGB is 254 - color contains mainly: red. Hex color #FE600C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE600C is #019FF3. Grayscale: #868686. Windows color (decimal): -106484 or 811262. OLE color: 811262.

HSL color Cylindrical-coordinate representation of color #FE600C: hue angle of 20.83º 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 #FE600C is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 96 12 -
CMYK 0 0.62 0.95 0.00
HSL 20.83º 0.99% 0.52% -
HSV(B) 20.83º 0.95% 1% -
XYZ 45.12 29.46 3.66 -
YUV 133.67 59.35 213.83 -
System Red Green Blue C M Y K H S L
Decimal 254 96 12 0 0.62 0.95 0.00 20.83 0.99 0.52
Hex FE 60 C 0 3E 5F 0 15 63 34
Octal 376 140 14 0 76 137 0 25 143 64
Binary 11111110 1100000 1100 0 111110 1011111 0 10101 1100011 110100

Color Harmonies of #FE600C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE600C

Black with #FE600C

Text Example


Text Example

White with #FE600C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE600C; }

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

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

background-color css

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

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

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

border-color css

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

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

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