Html Css Color HEX #FC4802 Orange Red

📋 copy color: '#FC4802'

red 252 ◦ green 72 ◦ blue 2

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

Shades of Orange Red #FC4802

Tints of Orange Red #FC4802

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.09%

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

R = 77.3%
G = 22.09%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FC4802 (or 0xFC4802) is known color: Orange Red. HEX triplet: FC, 48 and 02. RGB value is (252,72,2). Sum of RGB (Red+Green+Blue) = 252+72+2=326 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.30% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 2 (1.17% from 255 or 0.61% from 326); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4802 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4802 is #03B7FD. Grayscale: #767676. Windows color (decimal): -243710 or 149756. OLE color: 149756.

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

Color convert

RGB 252 72 2 -
CMYK 0 0.71 0.99 0.01
HSL 16.8º 0.98% 0.5% -
HSV(B) 16.8º 0.99% 0.99% -
XYZ 42.47 25.33 2.71 -
YUV 117.84 62.63 223.69 -
System Red Green Blue C M Y K H S L
Decimal 252 72 2 0 0.71 0.99 0.01 16.8 0.98 0.5
Hex FC 48 2 0 47 63 1 11 62 32
Octal 374 110 2 0 107 143 1 21 142 62
Binary 11111100 1001000 10 0 1000111 1100011 1 10001 1100010 110010

Color Harmonies of #FC4802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4802

Black with #FC4802

Text Example


Text Example

White with #FC4802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4802; }

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

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

background-color css

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

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

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

border-color css

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

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

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