Html Css Color HEX #F04015 Orange Red

📋 copy color: '#F04015'

red 240 ◦ green 64 ◦ blue 21

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

Shades of Orange Red #F04015

Tints of Orange Red #F04015

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.69%

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

R = 73.85%
G = 19.69%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F04015 (or 0xF04015) is known color: Orange Red. HEX triplet: F0, 40 and 15. RGB value is (240,64,21). Sum of RGB (Red+Green+Blue) = 240+64+21=325 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.85% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 21 (8.59% from 255 or 6.46% from 325); Max value from RGB is 240 - color contains mainly: red. Hex color #F04015 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04015 is #0FBFEA. Grayscale: #707070. Windows color (decimal): -1032171 or 1392880. OLE color: 1392880.

HSL color Cylindrical-coordinate representation of color #F04015: hue angle of 11.78º 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 #F04015 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 64 21 -
CMYK 0 0.73 0.91 0.06
HSL 11.78º 0.88% 0.51% -
HSV(B) 11.78º 0.91% 0.94% -
XYZ 37.9 22.25 3.01 -
YUV 111.72 76.81 219.5 -
System Red Green Blue C M Y K H S L
Decimal 240 64 21 0 0.73 0.91 0.06 11.78 0.88 0.51
Hex F0 40 15 0 49 5B 6 C 58 33
Octal 360 100 25 0 111 133 6 14 130 63
Binary 11110000 1000000 10101 0 1001001 1011011 110 1100 1011000 110011

Color Harmonies of #F04015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04015

Black with #F04015

Text Example


Text Example

White with #F04015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04015; }

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

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

background-color css

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

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

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

border-color css

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

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

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