Html Css Color HEX #FC7500 Safety Orange

📋 copy color: '#FC7500'

red 252 ◦ green 117 ◦ blue 0

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

Shades of Safety Orange #FC7500

Tints of Safety Orange #FC7500

RGB

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

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

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

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

#FC7500 (or 0xFC7500) is known color: Safety Orange. HEX triplet: FC, 75 and 00. RGB value is (252,117,0). Sum of RGB (Red+Green+Blue) = 252+117+0=369 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.29% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 0 (0.39% from 255 or 0% from 369); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7500 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7500 is #038AFF. Grayscale: #909090. Windows color (decimal): -232192 or 30204. OLE color: 30204.

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

Color convert

RGB 252 117 0 -
CMYK 0 0.54 1 0.01
HSL 27.86º 1% 0.49% -
HSV(B) 27.86º 1% 0.99% -
XYZ 46.51 33.42 4 -
YUV 144.03 46.73 205.01 -
System Red Green Blue C M Y K H S L
Decimal 252 117 0 0 0.54 1 0.01 27.86 1 0.49
Hex FC 75 0 0 36 64 1 1C 64 31
Octal 374 165 0 0 66 144 1 34 144 61
Binary 11111100 1110101 0 0 110110 1100100 1 11100 1100100 110001

Color Harmonies of #FC7500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7500

Black with #FC7500

Text Example


Text Example

White with #FC7500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7500; }

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

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

background-color css

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

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

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

border-color css

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

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

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