Html Css Color HEX #F2490A Orange Red

📋 copy color: '#F2490A'

red 242 ◦ green 73 ◦ blue 10

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

Shades of Orange Red #F2490A

Tints of Orange Red #F2490A

RGB

 RED value IS 242 (94.92% from 255) = 74.46%

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

 BLUE value IS 10 (4.3% from 255) = 3.08%

R = 74.46%
G = 22.46%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F2490A (or 0xF2490A) is known color: Orange Red. HEX triplet: F2, 49 and 0A. RGB value is (242,73,10). Sum of RGB (Red+Green+Blue) = 242+73+10=325 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.46% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 10 (4.30% from 255 or 3.08% from 325); Max value from RGB is 242 - color contains mainly: red. Hex color #F2490A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2490A is #0DB6F5. Grayscale: #747474. Windows color (decimal): -898806 or 674290. OLE color: 674290.

HSL color Cylindrical-coordinate representation of color #F2490A: hue angle of 16.29º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2490A is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 73 10 -
CMYK 0 0.70 0.96 0.05
HSL 16.29º 0.92% 0.49% -
HSV(B) 16.29º 0.96% 0.95% -
XYZ 39.06 23.66 2.8 -
YUV 116.35 67.99 217.62 -
System Red Green Blue C M Y K H S L
Decimal 242 73 10 0 0.70 0.96 0.05 16.29 0.92 0.49
Hex F2 49 A 0 46 60 5 10 5C 31
Octal 362 111 12 0 106 140 5 20 134 61
Binary 11110010 1001001 1010 0 1000110 1100000 101 10000 1011100 110001

Color Harmonies of #F2490A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2490A

Black with #F2490A

Text Example


Text Example

White with #F2490A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2490A; }

 p { color: rgb(242,73,10); }

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

background-color css

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

 a { background-color: rgb(242,73,10); }

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

border-color css

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

 span { border-color: rgb(242,73,10); }

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