Html Css Color HEX #F2480A Orange Red

📋 copy color: '#F2480A'

red 242 ◦ green 72 ◦ blue 10

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

Shades of Orange Red #F2480A

Tints of Orange Red #F2480A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.22%

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

R = 74.69%
G = 22.22%
B = 3.09%

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

#F2480A (or 0xF2480A) is known color: Orange Red. HEX triplet: F2, 48 and 0A. RGB value is (242,72,10). Sum of RGB (Red+Green+Blue) = 242+72+10=324 (42% of max value = 765). Red value is 242 (94.92% from 255 or 74.69% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 10 (4.30% from 255 or 3.09% from 324); Max value from RGB is 242 - color contains mainly: red. Hex color #F2480A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2480A is #0DB7F5. Grayscale: #747474. Windows color (decimal): -899062 or 674034. OLE color: 674034.

HSL color Cylindrical-coordinate representation of color #F2480A: hue angle of 16.03º 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 #F2480A is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 72 10 -
CMYK 0 0.70 0.96 0.05
HSL 16.03º 0.92% 0.49% -
HSV(B) 16.03º 0.96% 0.95% -
XYZ 38.99 23.53 2.77 -
YUV 115.76 68.32 218.04 -
System Red Green Blue C M Y K H S L
Decimal 242 72 10 0 0.70 0.96 0.05 16.03 0.92 0.49
Hex F2 48 A 0 46 60 5 10 5C 31
Octal 362 110 12 0 106 140 5 20 134 61
Binary 11110010 1001000 1010 0 1000110 1100000 101 10000 1011100 110001

Color Harmonies of #F2480A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2480A

Black with #F2480A

Text Example


Text Example

White with #F2480A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2480A; }

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

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

background-color css

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

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

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

border-color css

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

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

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