Html Css Color HEX #FC490F Orange Red

📋 copy color: '#FC490F'

red 252 ◦ green 73 ◦ blue 15

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

Shades of Orange Red #FC490F

Tints of Orange Red #FC490F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.41%

R = 74.12%
G = 21.47%
B = 4.41%

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

#FC490F (or 0xFC490F) is known color: Orange Red. HEX triplet: FC, 49 and 0F. RGB value is (252,73,15). Sum of RGB (Red+Green+Blue) = 252+73+15=340 (45% of max value = 765). Red value is 252 (98.83% from 255 or 74.12% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 15 (6.25% from 255 or 4.41% from 340); Max value from RGB is 252 - color contains mainly: red. Hex color #FC490F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC490F is #03B6F0. Grayscale: #787878. Windows color (decimal): -243441 or 1001980. OLE color: 1001980.

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

Color convert

RGB 252 73 15 -
CMYK 0 0.71 0.94 0.01
HSL 14.68º 0.98% 0.52% -
HSV(B) 14.68º 0.94% 0.99% -
XYZ 42.61 25.5 3.13 -
YUV 119.91 68.8 222.22 -
System Red Green Blue C M Y K H S L
Decimal 252 73 15 0 0.71 0.94 0.01 14.68 0.98 0.52
Hex FC 49 F 0 47 5E 1 F 62 34
Octal 374 111 17 0 107 136 1 17 142 64
Binary 11111100 1001001 1111 0 1000111 1011110 1 1111 1100010 110100

Color Harmonies of #FC490F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC490F

Black with #FC490F

Text Example


Text Example

White with #FC490F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC490F; }

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

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

background-color css

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

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

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

border-color css

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

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

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