Html Css Color HEX #F0480F Orange Red

📋 copy color: '#F0480F'

red 240 ◦ green 72 ◦ blue 15

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

Shades of Orange Red #F0480F

Tints of Orange Red #F0480F

RGB

 RED value IS 240 (94.14% from 255) = 73.39%

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

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

R = 73.39%
G = 22.02%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F0480F (or 0xF0480F) is known color: Orange Red. HEX triplet: F0, 48 and 0F. RGB value is (240,72,15). Sum of RGB (Red+Green+Blue) = 240+72+15=327 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.39% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 15 (6.25% from 255 or 4.59% from 327); Max value from RGB is 240 - color contains mainly: red. Hex color #F0480F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0480F is #0FB7F0. Grayscale: #747474. Windows color (decimal): -1030129 or 1001712. OLE color: 1001712.

HSL color Cylindrical-coordinate representation of color #F0480F: hue angle of 15.2º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0480F is Cyan = 0, Magento = 0.7, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 72 15 -
CMYK 0 0.7 0.94 0.06
HSL 15.2º 0.88% 0.5% -
HSV(B) 15.2º 0.94% 0.94% -
XYZ 38.34 23.19 2.91 -
YUV 115.73 71.16 216.63 -
System Red Green Blue C M Y K H S L
Decimal 240 72 15 0 0.7 0.94 0.06 15.2 0.88 0.5
Hex F0 48 F 0 46 5E 6 F 58 32
Octal 360 110 17 0 106 136 6 17 130 62
Binary 11110000 1001000 1111 0 1000110 1011110 110 1111 1011000 110010

Color Harmonies of #F0480F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0480F

Black with #F0480F

Text Example


Text Example

White with #F0480F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0480F; }

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

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

background-color css

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

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

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

border-color css

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

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

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