Html Css Color HEX #FC4902 Orange Red

📋 copy color: '#FC4902'

red 252 ◦ green 73 ◦ blue 2

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

Shades of Orange Red #FC4902

Tints of Orange Red #FC4902

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.32%

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

R = 77.06%
G = 22.32%
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

#FC4902 (or 0xFC4902) is known color: Orange Red. HEX triplet: FC, 49 and 02. RGB value is (252,73,2). Sum of RGB (Red+Green+Blue) = 252+73+2=327 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.06% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 2 (1.17% from 255 or 0.61% from 327); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4902 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4902 is #03B6FD. Grayscale: #767676. Windows color (decimal): -243454 or 150012. OLE color: 150012.

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

Color convert

RGB 252 73 2 -
CMYK 0 0.71 0.99 0.01
HSL 17.04º 0.98% 0.5% -
HSV(B) 17.04º 0.99% 0.99% -
XYZ 42.54 25.46 2.73 -
YUV 118.43 62.3 223.27 -
System Red Green Blue C M Y K H S L
Decimal 252 73 2 0 0.71 0.99 0.01 17.04 0.98 0.5
Hex FC 49 2 0 47 63 1 11 62 32
Octal 374 111 2 0 107 143 1 21 142 62
Binary 11111100 1001001 10 0 1000111 1100011 1 10001 1100010 110010

Color Harmonies of #FC4902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4902

Black with #FC4902

Text Example


Text Example

White with #FC4902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4902; }

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

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

background-color css

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

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

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

border-color css

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

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

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