Html Css Color HEX #FC600E Safety Orange

📋 copy color: '#FC600E'

red 252 ◦ green 96 ◦ blue 14

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

Shades of Safety Orange #FC600E

Tints of Safety Orange #FC600E

RGB

 RED value IS 252 (98.83% from 255) = 69.61%

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

 BLUE value IS 14 (5.86% from 255) = 3.87%

R = 69.61%
G = 26.52%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC600E (or 0xFC600E) is known color: Safety Orange. HEX triplet: FC, 60 and 0E. RGB value is (252,96,14). Sum of RGB (Red+Green+Blue) = 252+96+14=362 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.61% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 14 (5.86% from 255 or 3.87% from 362); Max value from RGB is 252 - color contains mainly: red. Hex color #FC600E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC600E is #039FF1. Grayscale: #858585. Windows color (decimal): -237554 or 942332. OLE color: 942332.

HSL color Cylindrical-coordinate representation of color #FC600E: hue angle of 20.67º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC600E is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 96 14 -
CMYK 0 0.62 0.94 0.01
HSL 20.67º 0.98% 0.52% -
HSV(B) 20.67º 0.94% 0.99% -
XYZ 44.41 29.09 3.69 -
YUV 133.3 60.68 212.67 -
System Red Green Blue C M Y K H S L
Decimal 252 96 14 0 0.62 0.94 0.01 20.67 0.98 0.52
Hex FC 60 E 0 3E 5E 1 15 62 34
Octal 374 140 16 0 76 136 1 25 142 64
Binary 11111100 1100000 1110 0 111110 1011110 1 10101 1100010 110100

Color Harmonies of #FC600E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC600E

Black with #FC600E

Text Example


Text Example

White with #FC600E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC600E; }

 p { color: rgb(252,96,14); }

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

background-color css

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

 a { background-color: rgb(252,96,14); }

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

border-color css

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

 span { border-color: rgb(252,96,14); }

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