Html Css Color HEX #FC490E Orange Red

📋 copy color: '#FC490E'

red 252 ◦ green 73 ◦ blue 14

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

Shades of Orange Red #FC490E

Tints of Orange Red #FC490E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.13%

R = 74.34%
G = 21.53%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC490E (or 0xFC490E) is known color: Orange Red. HEX triplet: FC, 49 and 0E. RGB value is (252,73,14). Sum of RGB (Red+Green+Blue) = 252+73+14=339 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.34% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 14 (5.86% from 255 or 4.13% from 339); Max value from RGB is 252 - color contains mainly: red. Hex color #FC490E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC490E is #03B6F1. Grayscale: #787878. Windows color (decimal): -243442 or 936444. OLE color: 936444.

HSL color Cylindrical-coordinate representation of color #FC490E: hue angle of 14.87º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC490E is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 73 14 -
CMYK 0 0.71 0.94 0.01
HSL 14.87º 0.98% 0.52% -
HSV(B) 14.87º 0.94% 0.99% -
XYZ 42.61 25.49 3.09 -
YUV 119.8 68.3 222.3 -
System Red Green Blue C M Y K H S L
Decimal 252 73 14 0 0.71 0.94 0.01 14.87 0.98 0.52
Hex FC 49 E 0 47 5E 1 F 62 34
Octal 374 111 16 0 107 136 1 17 142 64
Binary 11111100 1001001 1110 0 1000111 1011110 1 1111 1100010 110100

Color Harmonies of #FC490E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC490E

Black with #FC490E

Text Example


Text Example

White with #FC490E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC490E; }

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

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

background-color css

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

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

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

border-color css

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

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

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