Html Css Color HEX #FC4502 Orange Red

📋 copy color: '#FC4502'

red 252 ◦ green 69 ◦ blue 2

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

Shades of Orange Red #FC4502

Tints of Orange Red #FC4502

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.36%

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

R = 78.02%
G = 21.36%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FC4502 (or 0xFC4502) is known color: Orange Red. HEX triplet: FC, 45 and 02. RGB value is (252,69,2). Sum of RGB (Red+Green+Blue) = 252+69+2=323 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.02% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 2 (1.17% from 255 or 0.62% from 323); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4502 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4502 is #03BAFD. Grayscale: #747474. Windows color (decimal): -244478 or 148988. OLE color: 148988.

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

Color convert

RGB 252 69 2 -
CMYK 0 0.73 0.99 0.01
HSL 16.08º 0.98% 0.5% -
HSV(B) 16.08º 0.99% 0.99% -
XYZ 42.28 24.96 2.65 -
YUV 116.08 63.63 224.95 -
System Red Green Blue C M Y K H S L
Decimal 252 69 2 0 0.73 0.99 0.01 16.08 0.98 0.5
Hex FC 45 2 0 49 63 1 10 62 32
Octal 374 105 2 0 111 143 1 20 142 62
Binary 11111100 1000101 10 0 1001001 1100011 1 10000 1100010 110010

Color Harmonies of #FC4502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4502

Black with #FC4502

Text Example


Text Example

White with #FC4502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4502; }

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

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

background-color css

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

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

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

border-color css

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

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

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