Html Css Color HEX #F04717 Orange Red

📋 copy color: '#F04717'

red 240 ◦ green 71 ◦ blue 23

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

Shades of Orange Red #F04717

Tints of Orange Red #F04717

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.26%

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

R = 71.86%
G = 21.26%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F04717 (or 0xF04717) is known color: Orange Red. HEX triplet: F0, 47 and 17. RGB value is (240,71,23). Sum of RGB (Red+Green+Blue) = 240+71+23=334 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.86% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 23 (9.38% from 255 or 6.89% from 334); Max value from RGB is 240 - color contains mainly: red. Hex color #F04717 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04717 is #0FB8E8. Grayscale: #747474. Windows color (decimal): -1030377 or 1525744. OLE color: 1525744.

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

Color convert

RGB 240 71 23 -
CMYK 0 0.70 0.90 0.06
HSL 13.27º 0.88% 0.52% -
HSV(B) 13.27º 0.9% 0.94% -
XYZ 38.34 23.09 3.25 -
YUV 116.06 75.49 216.4 -
System Red Green Blue C M Y K H S L
Decimal 240 71 23 0 0.70 0.90 0.06 13.27 0.88 0.52
Hex F0 47 17 0 46 5A 6 D 58 34
Octal 360 107 27 0 106 132 6 15 130 64
Binary 11110000 1000111 10111 0 1000110 1011010 110 1101 1011000 110100

Color Harmonies of #F04717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04717

Black with #F04717

Text Example


Text Example

White with #F04717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04717; }

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

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

background-color css

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

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

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

border-color css

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

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

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