Html Css Color HEX #F04317 Orange Red

📋 copy color: '#F04317'

red 240 ◦ green 67 ◦ blue 23

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

Shades of Orange Red #F04317

Tints of Orange Red #F04317

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.3%

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

R = 72.73%
G = 20.3%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F04317 (or 0xF04317) is known color: Orange Red. HEX triplet: F0, 43 and 17. RGB value is (240,67,23). Sum of RGB (Red+Green+Blue) = 240+67+23=330 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.73% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 23 (9.38% from 255 or 6.97% from 330); Max value from RGB is 240 - color contains mainly: red. Hex color #F04317 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04317 is #0FBCE8. Grayscale: #727272. Windows color (decimal): -1031401 or 1524720. OLE color: 1524720.

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

Color convert

RGB 240 67 23 -
CMYK 0 0.72 0.90 0.06
HSL 12.17º 0.88% 0.52% -
HSV(B) 12.17º 0.9% 0.94% -
XYZ 38.1 22.6 3.17 -
YUV 113.71 76.81 218.08 -
System Red Green Blue C M Y K H S L
Decimal 240 67 23 0 0.72 0.90 0.06 12.17 0.88 0.52
Hex F0 43 17 0 48 5A 6 C 58 34
Octal 360 103 27 0 110 132 6 14 130 64
Binary 11110000 1000011 10111 0 1001000 1011010 110 1100 1011000 110100

Color Harmonies of #F04317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04317

Black with #F04317

Text Example


Text Example

White with #F04317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04317; }

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

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

background-color css

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

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

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

border-color css

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

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

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