Html Css Color HEX #F04215 Orange Red

📋 copy color: '#F04215'

red 240 ◦ green 66 ◦ blue 21

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

Shades of Orange Red #F04215

Tints of Orange Red #F04215

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.18%

 BLUE value IS 21 (8.59% from 255) = 6.42%

R = 73.39%
G = 20.18%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F04215 (or 0xF04215) is known color: Orange Red. HEX triplet: F0, 42 and 15. RGB value is (240,66,21). Sum of RGB (Red+Green+Blue) = 240+66+21=327 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.39% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 21 (8.59% from 255 or 6.42% from 327); Max value from RGB is 240 - color contains mainly: red. Hex color #F04215 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04215 is #0FBDEA. Grayscale: #717171. Windows color (decimal): -1031659 or 1393392. OLE color: 1393392.

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

Color convert

RGB 240 66 21 -
CMYK 0 0.72 0.91 0.06
HSL 12.33º 0.88% 0.51% -
HSV(B) 12.33º 0.91% 0.94% -
XYZ 38.02 22.48 3.04 -
YUV 112.9 76.15 218.66 -
System Red Green Blue C M Y K H S L
Decimal 240 66 21 0 0.72 0.91 0.06 12.33 0.88 0.51
Hex F0 42 15 0 48 5B 6 C 58 33
Octal 360 102 25 0 110 133 6 14 130 63
Binary 11110000 1000010 10101 0 1001000 1011011 110 1100 1011000 110011

Color Harmonies of #F04215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04215

Black with #F04215

Text Example


Text Example

White with #F04215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04215; }

 p { color: rgb(240,66,21); }

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

background-color css

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

 a { background-color: rgb(240,66,21); }

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

border-color css

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

 span { border-color: rgb(240,66,21); }

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