Html Css Color HEX #FC7502 Safety Orange

📋 copy color: '#FC7502'

red 252 ◦ green 117 ◦ blue 2

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

Shades of Safety Orange #FC7502

Tints of Safety Orange #FC7502

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.54%

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 67.92%
G = 31.54%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FC7502 (or 0xFC7502) is known color: Safety Orange. HEX triplet: FC, 75 and 02. RGB value is (252,117,2). Sum of RGB (Red+Green+Blue) = 252+117+2=371 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.92% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 2 (1.17% from 255 or 0.54% from 371); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7502 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7502 is #038AFD. Grayscale: #909090. Windows color (decimal): -232190 or 161276. OLE color: 161276.

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

Color convert

RGB 252 117 2 -
CMYK 0 0.54 0.99 0.01
HSL 27.6º 0.98% 0.5% -
HSV(B) 27.6º 0.99% 0.99% -
XYZ 46.52 33.42 4.06 -
YUV 144.26 47.73 204.85 -
System Red Green Blue C M Y K H S L
Decimal 252 117 2 0 0.54 0.99 0.01 27.6 0.98 0.5
Hex FC 75 2 0 36 63 1 1C 62 32
Octal 374 165 2 0 66 143 1 34 142 62
Binary 11111100 1110101 10 0 110110 1100011 1 11100 1100010 110010

Color Harmonies of #FC7502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7502

Black with #FC7502

Text Example


Text Example

White with #FC7502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7502; }

 p { color: rgb(252,117,2); }

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

background-color css

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

 a { background-color: rgb(252,117,2); }

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

border-color css

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

 span { border-color: rgb(252,117,2); }

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