Html Css Color HEX #F2480F Orange Red

📋 copy color: '#F2480F'

red 242 ◦ green 72 ◦ blue 15

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

Shades of Orange Red #F2480F

Tints of Orange Red #F2480F

RGB

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

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

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

R = 73.56%
G = 21.88%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F2480F (or 0xF2480F) is known color: Orange Red. HEX triplet: F2, 48 and 0F. RGB value is (242,72,15). Sum of RGB (Red+Green+Blue) = 242+72+15=329 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.56% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 15 (6.25% from 255 or 4.56% from 329); Max value from RGB is 242 - color contains mainly: red. Hex color #F2480F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2480F is #0DB7F0. Grayscale: #747474. Windows color (decimal): -899057 or 1001714. OLE color: 1001714.

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

Color convert

RGB 242 72 15 -
CMYK 0 0.70 0.94 0.05
HSL 15.07º 0.9% 0.5% -
HSV(B) 15.07º 0.94% 0.95% -
XYZ 39.02 23.55 2.94 -
YUV 116.33 70.82 217.63 -
System Red Green Blue C M Y K H S L
Decimal 242 72 15 0 0.70 0.94 0.05 15.07 0.9 0.5
Hex F2 48 F 0 46 5E 5 F 5A 32
Octal 362 110 17 0 106 136 5 17 132 62
Binary 11110010 1001000 1111 0 1000110 1011110 101 1111 1011010 110010

Color Harmonies of #F2480F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2480F

Black with #F2480F

Text Example


Text Example

White with #F2480F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2480F; }

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

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

background-color css

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

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

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

border-color css

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

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

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