Html Css Color HEX #F04415 Orange Red

📋 copy color: '#F04415'

red 240 ◦ green 68 ◦ blue 21

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

Shades of Orange Red #F04415

Tints of Orange Red #F04415

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.67%

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

R = 72.95%
G = 20.67%
B = 6.38%

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

#F04415 (or 0xF04415) is known color: Orange Red. HEX triplet: F0, 44 and 15. RGB value is (240,68,21). Sum of RGB (Red+Green+Blue) = 240+68+21=329 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.95% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 21 (8.59% from 255 or 6.38% from 329); Max value from RGB is 240 - color contains mainly: red. Hex color #F04415 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04415 is #0FBBEA. Grayscale: #727272. Windows color (decimal): -1031147 or 1393904. OLE color: 1393904.

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

Color convert

RGB 240 68 21 -
CMYK 0 0.72 0.91 0.06
HSL 12.88º 0.88% 0.51% -
HSV(B) 12.88º 0.91% 0.94% -
XYZ 38.14 22.71 3.08 -
YUV 114.07 75.48 217.82 -
System Red Green Blue C M Y K H S L
Decimal 240 68 21 0 0.72 0.91 0.06 12.88 0.88 0.51
Hex F0 44 15 0 48 5B 6 D 58 33
Octal 360 104 25 0 110 133 6 15 130 63
Binary 11110000 1000100 10101 0 1001000 1011011 110 1101 1011000 110011

Color Harmonies of #F04415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04415

Black with #F04415

Text Example


Text Example

White with #F04415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04415; }

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

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

background-color css

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

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

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

border-color css

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

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

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