Html Css Color HEX #F04117 Orange Red

📋 copy color: '#F04117'

red 240 ◦ green 65 ◦ blue 23

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

Shades of Orange Red #F04117

Tints of Orange Red #F04117

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.82%

 BLUE value IS 23 (9.38% from 255) = 7.01%

R = 73.17%
G = 19.82%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F04117 (or 0xF04117) is known color: Orange Red. HEX triplet: F0, 41 and 17. RGB value is (240,65,23). Sum of RGB (Red+Green+Blue) = 240+65+23=328 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.17% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 23 (9.38% from 255 or 7.01% from 328); Max value from RGB is 240 - color contains mainly: red. Hex color #F04117 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04117 is #0FBEE8. Grayscale: #707070. Windows color (decimal): -1031913 or 1524208. OLE color: 1524208.

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

Color convert

RGB 240 65 23 -
CMYK 0 0.73 0.90 0.06
HSL 11.61º 0.88% 0.52% -
HSV(B) 11.61º 0.9% 0.94% -
XYZ 37.98 22.37 3.13 -
YUV 112.54 77.48 218.92 -
System Red Green Blue C M Y K H S L
Decimal 240 65 23 0 0.73 0.90 0.06 11.61 0.88 0.52
Hex F0 41 17 0 49 5A 6 C 58 34
Octal 360 101 27 0 111 132 6 14 130 64
Binary 11110000 1000001 10111 0 1001001 1011010 110 1100 1011000 110100

Color Harmonies of #F04117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04117

Black with #F04117

Text Example


Text Example

White with #F04117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04117; }

 p { color: rgb(240,65,23); }

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

background-color css

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

 a { background-color: rgb(240,65,23); }

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

border-color css

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

 span { border-color: rgb(240,65,23); }

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