Html Css Color HEX #FC7400 Safety Orange

📋 copy color: '#FC7400'

red 252 ◦ green 116 ◦ blue 0

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

Shades of Safety Orange #FC7400

Tints of Safety Orange #FC7400

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.52%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.48%
G = 31.52%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FC7400 (or 0xFC7400) is known color: Safety Orange. HEX triplet: FC, 74 and 00. RGB value is (252,116,0). Sum of RGB (Red+Green+Blue) = 252+116+0=368 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.48% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7400 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7400 is #038BFF. Grayscale: #909090. Windows color (decimal): -232448 or 29948. OLE color: 29948.

HSL color Cylindrical-coordinate representation of color #FC7400: hue angle of 27.62º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC7400 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 116 0 -
CMYK 0 0.54 1 0.01
HSL 27.62º 1% 0.49% -
HSV(B) 27.62º 1% 0.99% -
XYZ 46.39 33.19 3.96 -
YUV 143.44 47.06 205.43 -
System Red Green Blue C M Y K H S L
Decimal 252 116 0 0 0.54 1 0.01 27.62 1 0.49
Hex FC 74 0 0 36 64 1 1C 64 31
Octal 374 164 0 0 66 144 1 34 144 61
Binary 11111100 1110100 0 0 110110 1100100 1 11100 1100100 110001

Color Harmonies of #FC7400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7400

Black with #FC7400

Text Example


Text Example

White with #FC7400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7400; }

 p { color: rgb(252,116,0); }

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

background-color css

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

 a { background-color: rgb(252,116,0); }

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

border-color css

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

 span { border-color: rgb(252,116,0); }

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