Html Css Color HEX #F2480B Orange Red

📋 copy color: '#F2480B'

red 242 ◦ green 72 ◦ blue 11

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

Shades of Orange Red #F2480B

Tints of Orange Red #F2480B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.38%

R = 74.46%
G = 22.15%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2480B (or 0xF2480B) is known color: Orange Red. HEX triplet: F2, 48 and 0B. RGB value is (242,72,11). Sum of RGB (Red+Green+Blue) = 242+72+11=325 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.46% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 11 (4.69% from 255 or 3.38% from 325); Max value from RGB is 242 - color contains mainly: red. Hex color #F2480B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2480B is #0DB7F4. Grayscale: #747474. Windows color (decimal): -899061 or 739570. OLE color: 739570.

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

Color convert

RGB 242 72 11 -
CMYK 0 0.70 0.95 0.05
HSL 15.84º 0.91% 0.5% -
HSV(B) 15.84º 0.95% 0.95% -
XYZ 39 23.54 2.8 -
YUV 115.88 68.82 217.96 -
System Red Green Blue C M Y K H S L
Decimal 242 72 11 0 0.70 0.95 0.05 15.84 0.91 0.5
Hex F2 48 B 0 46 5F 5 10 5B 32
Octal 362 110 13 0 106 137 5 20 133 62
Binary 11110010 1001000 1011 0 1000110 1011111 101 10000 1011011 110010

Color Harmonies of #F2480B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2480B

Black with #F2480B

Text Example


Text Example

White with #F2480B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2480B; }

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

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

background-color css

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

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

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

border-color css

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

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

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