Html Css Color HEX #FC7304 Safety Orange

📋 copy color: '#FC7304'

red 252 ◦ green 115 ◦ blue 4

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

Shades of Safety Orange #FC7304

Tints of Safety Orange #FC7304

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31%

 BLUE value IS 4 (1.95% from 255) = 1.08%

R = 67.92%
G = 31%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC7304 (or 0xFC7304) is known color: Safety Orange. HEX triplet: FC, 73 and 04. RGB value is (252,115,4). Sum of RGB (Red+Green+Blue) = 252+115+4=371 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.92% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 4 (1.95% from 255 or 1.08% from 371); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7304 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7304 is #038CFB. Grayscale: #8F8F8F. Windows color (decimal): -232700 or 291836. OLE color: 291836.

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

Color convert

RGB 252 115 4 -
CMYK 0 0.54 0.98 0.01
HSL 26.85º 0.98% 0.5% -
HSV(B) 26.85º 0.98% 0.99% -
XYZ 46.3 32.97 4.04 -
YUV 143.31 49.39 205.53 -
System Red Green Blue C M Y K H S L
Decimal 252 115 4 0 0.54 0.98 0.01 26.85 0.98 0.5
Hex FC 73 4 0 36 62 1 1B 62 32
Octal 374 163 4 0 66 142 1 33 142 62
Binary 11111100 1110011 100 0 110110 1100010 1 11011 1100010 110010

Color Harmonies of #FC7304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7304

Black with #FC7304

Text Example


Text Example

White with #FC7304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7304; }

 p { color: rgb(252,115,4); }

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

background-color css

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

 a { background-color: rgb(252,115,4); }

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

border-color css

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

 span { border-color: rgb(252,115,4); }

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