Html Css Color HEX #F2480D Orange Red

📋 copy color: '#F2480D'

red 242 ◦ green 72 ◦ blue 13

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

Shades of Orange Red #F2480D

Tints of Orange Red #F2480D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.98%

R = 74.01%
G = 22.02%
B = 3.98%

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

#F2480D (or 0xF2480D) is known color: Orange Red. HEX triplet: F2, 48 and 0D. RGB value is (242,72,13). Sum of RGB (Red+Green+Blue) = 242+72+13=327 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.01% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 13 (5.47% from 255 or 3.98% from 327); Max value from RGB is 242 - color contains mainly: red. Hex color #F2480D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2480D is #0DB7F2. Grayscale: #747474. Windows color (decimal): -899059 or 870642. OLE color: 870642.

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

Color convert

RGB 242 72 13 -
CMYK 0 0.70 0.95 0.05
HSL 15.46º 0.9% 0.5% -
HSV(B) 15.46º 0.95% 0.95% -
XYZ 39.01 23.54 2.87 -
YUV 116.1 69.82 217.8 -
System Red Green Blue C M Y K H S L
Decimal 242 72 13 0 0.70 0.95 0.05 15.46 0.9 0.5
Hex F2 48 D 0 46 5F 5 F 5A 32
Octal 362 110 15 0 106 137 5 17 132 62
Binary 11110010 1001000 1101 0 1000110 1011111 101 1111 1011010 110010

Color Harmonies of #F2480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2480D

Black with #F2480D

Text Example


Text Example

White with #F2480D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2480D; }

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

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

background-color css

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

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

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

border-color css

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

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

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