Html Css Color HEX #FC4700 Orange Red

📋 copy color: '#FC4700'

red 252 ◦ green 71 ◦ blue 0

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

Shades of Orange Red #FC4700

Tints of Orange Red #FC4700

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.98%

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

R = 78.02%
G = 21.98%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FC4700 (or 0xFC4700) is known color: Orange Red. HEX triplet: FC, 47 and 00. RGB value is (252,71,0). Sum of RGB (Red+Green+Blue) = 252+71+0=323 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.02% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4700 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4700 is #03B8FF. Grayscale: #757575. Windows color (decimal): -243968 or 18428. OLE color: 18428.

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

Color convert

RGB 252 71 0 -
CMYK 0 0.72 1 0.01
HSL 16.9º 1% 0.49% -
HSV(B) 16.9º 1% 0.99% -
XYZ 42.4 25.2 2.63 -
YUV 117.03 61.97 224.27 -
System Red Green Blue C M Y K H S L
Decimal 252 71 0 0 0.72 1 0.01 16.9 1 0.49
Hex FC 47 0 0 48 64 1 11 64 31
Octal 374 107 0 0 110 144 1 21 144 61
Binary 11111100 1000111 0 0 1001000 1100100 1 10001 1100100 110001

Color Harmonies of #FC4700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4700

Black with #FC4700

Text Example


Text Example

White with #FC4700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4700; }

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

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

background-color css

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

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

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

border-color css

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

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

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