Html Css Color HEX #FC7700 Safety Orange

📋 copy color: '#FC7700'

red 252 ◦ green 119 ◦ blue 0

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

Shades of Safety Orange #FC7700

Tints of Safety Orange #FC7700

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.08%

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

R = 67.92%
G = 32.08%
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

#FC7700 (or 0xFC7700) is known color: Safety Orange. HEX triplet: FC, 77 and 00. RGB value is (252,119,0). Sum of RGB (Red+Green+Blue) = 252+119+0=371 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.92% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7700 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7700 is #0388FF. Grayscale: #919191. Windows color (decimal): -231680 or 30716. OLE color: 30716.

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

Color convert

RGB 252 119 0 -
CMYK 0 0.53 1 0.01
HSL 28.33º 1% 0.49% -
HSV(B) 28.33º 1% 0.99% -
XYZ 46.74 33.89 4.08 -
YUV 145.2 46.06 204.18 -
System Red Green Blue C M Y K H S L
Decimal 252 119 0 0 0.53 1 0.01 28.33 1 0.49
Hex FC 77 0 0 35 64 1 1C 64 31
Octal 374 167 0 0 65 144 1 34 144 61
Binary 11111100 1110111 0 0 110101 1100100 1 11100 1100100 110001

Color Harmonies of #FC7700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7700

Black with #FC7700

Text Example


Text Example

White with #FC7700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7700; }

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

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

background-color css

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

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

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

border-color css

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

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

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