Html Css Color HEX #FC7600 Safety Orange

📋 copy color: '#FC7600'

red 252 ◦ green 118 ◦ blue 0

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

Shades of Safety Orange #FC7600

Tints of Safety Orange #FC7600

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.89%

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

R = 68.11%
G = 31.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FC7600 (or 0xFC7600) is known color: Safety Orange. HEX triplet: FC, 76 and 00. RGB value is (252,118,0). Sum of RGB (Red+Green+Blue) = 252+118+0=370 (49% of max value = 765). Red value is 252 (98.83% from 255 or 68.11% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 0 (0.39% from 255 or 0% from 370); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7600 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7600 is #0389FF. Grayscale: #919191. Windows color (decimal): -231936 or 30460. OLE color: 30460.

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

Color convert

RGB 252 118 0 -
CMYK 0 0.53 1 0.01
HSL 28.1º 1% 0.49% -
HSV(B) 28.1º 1% 0.99% -
XYZ 46.62 33.65 4.04 -
YUV 144.61 46.39 204.59 -
System Red Green Blue C M Y K H S L
Decimal 252 118 0 0 0.53 1 0.01 28.1 1 0.49
Hex FC 76 0 0 35 64 1 1C 64 31
Octal 374 166 0 0 65 144 1 34 144 61
Binary 11111100 1110110 0 0 110101 1100100 1 11100 1100100 110001

Color Harmonies of #FC7600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7600

Black with #FC7600

Text Example


Text Example

White with #FC7600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7600; }

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

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

background-color css

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

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

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

border-color css

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

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

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