Html Css Color HEX #FC7302 Safety Orange

📋 copy color: '#FC7302'

red 252 ◦ green 115 ◦ blue 2

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

Shades of Safety Orange #FC7302

Tints of Safety Orange #FC7302

RGB

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

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

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

R = 68.29%
G = 31.17%
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

#FC7302 (or 0xFC7302) is known color: Safety Orange. HEX triplet: FC, 73 and 02. RGB value is (252,115,2). Sum of RGB (Red+Green+Blue) = 252+115+2=369 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.29% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 2 (1.17% from 255 or 0.54% from 369); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7302 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7302 is #038CFD. Grayscale: #8F8F8F. Windows color (decimal): -232702 or 160764. OLE color: 160764.

HSL color Cylindrical-coordinate representation of color #FC7302: hue angle of 27.12º 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 #FC7302 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 115 2 -
CMYK 0 0.54 0.99 0.01
HSL 27.12º 0.98% 0.5% -
HSV(B) 27.12º 0.99% 0.99% -
XYZ 46.29 32.96 3.98 -
YUV 143.08 48.39 205.69 -
System Red Green Blue C M Y K H S L
Decimal 252 115 2 0 0.54 0.99 0.01 27.12 0.98 0.5
Hex FC 73 2 0 36 63 1 1B 62 32
Octal 374 163 2 0 66 143 1 33 142 62
Binary 11111100 1110011 10 0 110110 1100011 1 11011 1100010 110010

Color Harmonies of #FC7302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7302

Black with #FC7302

Text Example


Text Example

White with #FC7302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7302; }

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

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

background-color css

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

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

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

border-color css

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

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

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