Html Css Color HEX #FC4702 Orange Red

📋 copy color: '#FC4702'

red 252 ◦ green 71 ◦ blue 2

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

Shades of Orange Red #FC4702

Tints of Orange Red #FC4702

RGB

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

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

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

R = 77.54%
G = 21.85%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FC4702 (or 0xFC4702) is known color: Orange Red. HEX triplet: FC, 47 and 02. RGB value is (252,71,2). Sum of RGB (Red+Green+Blue) = 252+71+2=325 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.54% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4702 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4702 is #03B8FD. Grayscale: #757575. Windows color (decimal): -243966 or 149500. OLE color: 149500.

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

Color convert

RGB 252 71 2 -
CMYK 0 0.72 0.99 0.01
HSL 16.56º 0.98% 0.5% -
HSV(B) 16.56º 0.99% 0.99% -
XYZ 42.41 25.21 2.69 -
YUV 117.25 62.97 224.11 -
System Red Green Blue C M Y K H S L
Decimal 252 71 2 0 0.72 0.99 0.01 16.56 0.98 0.5
Hex FC 47 2 0 48 63 1 11 62 32
Octal 374 107 2 0 110 143 1 21 142 62
Binary 11111100 1000111 10 0 1001000 1100011 1 10001 1100010 110010

Color Harmonies of #FC4702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4702

Black with #FC4702

Text Example


Text Example

White with #FC4702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4702; }

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

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

background-color css

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

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

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

border-color css

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

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

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