Html Css Color HEX #F2480C Orange Red

📋 copy color: '#F2480C'

red 242 ◦ green 72 ◦ blue 12

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

Shades of Orange Red #F2480C

Tints of Orange Red #F2480C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.68%

R = 74.23%
G = 22.09%
B = 3.68%

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

#F2480C (or 0xF2480C) is known color: Orange Red. HEX triplet: F2, 48 and 0C. RGB value is (242,72,12). Sum of RGB (Red+Green+Blue) = 242+72+12=326 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.23% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 242 - color contains mainly: red. Hex color #F2480C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2480C is #0DB7F3. Grayscale: #747474. Windows color (decimal): -899060 or 805106. OLE color: 805106.

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

Color convert

RGB 242 72 12 -
CMYK 0 0.70 0.95 0.05
HSL 15.65º 0.91% 0.5% -
HSV(B) 15.65º 0.95% 0.95% -
XYZ 39 23.54 2.84 -
YUV 115.99 69.32 217.88 -
System Red Green Blue C M Y K H S L
Decimal 242 72 12 0 0.70 0.95 0.05 15.65 0.91 0.5
Hex F2 48 C 0 46 5F 5 10 5B 32
Octal 362 110 14 0 106 137 5 20 133 62
Binary 11110010 1001000 1100 0 1000110 1011111 101 10000 1011011 110010

Color Harmonies of #F2480C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2480C

Black with #F2480C

Text Example


Text Example

White with #F2480C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2480C; }

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

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

background-color css

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

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

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

border-color css

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

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

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