Html Css Color HEX #F04805 Orange Red

📋 copy color: '#F04805'

red 240 ◦ green 72 ◦ blue 5

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

Shades of Orange Red #F04805

Tints of Orange Red #F04805

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.71%

 BLUE value IS 5 (2.34% from 255) = 1.58%

R = 75.71%
G = 22.71%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F04805 (or 0xF04805) is known color: Orange Red. HEX triplet: F0, 48 and 05. RGB value is (240,72,5). Sum of RGB (Red+Green+Blue) = 240+72+5=317 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.71% from 317); Green value is 72 (28.52% from 255 or 22.71% from 317); Blue value is 5 (2.34% from 255 or 1.58% from 317); Max value from RGB is 240 - color contains mainly: red. Hex color #F04805 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04805 is #0FB7FA. Grayscale: #737373. Windows color (decimal): -1030139 or 346352. OLE color: 346352.

HSL color Cylindrical-coordinate representation of color #F04805: hue angle of 17.11º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F04805 is Cyan = 0, Magento = 0.7, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 72 5 -
CMYK 0 0.7 0.98 0.06
HSL 17.11º 0.96% 0.48% -
HSV(B) 17.11º 0.98% 0.94% -
XYZ 38.28 23.17 2.6 -
YUV 114.59 66.16 217.45 -
System Red Green Blue C M Y K H S L
Decimal 240 72 5 0 0.7 0.98 0.06 17.11 0.96 0.48
Hex F0 48 5 0 46 62 6 11 60 30
Octal 360 110 5 0 106 142 6 21 140 60
Binary 11110000 1001000 101 0 1000110 1100010 110 10001 1100000 110000

Color Harmonies of #F04805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04805

Black with #F04805

Text Example


Text Example

White with #F04805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04805; }

 p { color: rgb(240,72,5); }

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

background-color css

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

 a { background-color: rgb(240,72,5); }

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

border-color css

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

 span { border-color: rgb(240,72,5); }

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