Html Css Color HEX #F04418 Orange Red

📋 copy color: '#F04418'

red 240 ◦ green 68 ◦ blue 24

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

Shades of Orange Red #F04418

Tints of Orange Red #F04418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.23%

R = 72.29%
G = 20.48%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.9

 K value IS 0.06

RGB Variations

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

Color information

#F04418 (or 0xF04418) is known color: Orange Red. HEX triplet: F0, 44 and 18. RGB value is (240,68,24). Sum of RGB (Red+Green+Blue) = 240+68+24=332 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.29% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 24 (9.77% from 255 or 7.23% from 332); Max value from RGB is 240 - color contains mainly: red. Hex color #F04418 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04418 is #0FBBE7. Grayscale: #727272. Windows color (decimal): -1031144 or 1590512. OLE color: 1590512.

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

Color convert

RGB 240 68 24 -
CMYK 0 0.72 0.9 0.06
HSL 12.22º 0.88% 0.52% -
HSV(B) 12.22º 0.9% 0.94% -
XYZ 38.17 22.73 3.24 -
YUV 114.41 76.98 217.58 -
System Red Green Blue C M Y K H S L
Decimal 240 68 24 0 0.72 0.9 0.06 12.22 0.88 0.52
Hex F0 44 18 0 48 5A 6 C 58 34
Octal 360 104 30 0 110 132 6 14 130 64
Binary 11110000 1000100 11000 0 1001000 1011010 110 1100 1011000 110100

Color Harmonies of #F04418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04418

Black with #F04418

Text Example


Text Example

White with #F04418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04418; }

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

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

background-color css

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

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

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

border-color css

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

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

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