Html Css Color HEX #F04005 Orange Red

📋 copy color: '#F04005'

red 240 ◦ green 64 ◦ blue 5

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

Shades of Orange Red #F04005

Tints of Orange Red #F04005

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.71%

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

R = 77.67%
G = 20.71%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F04005 (or 0xF04005) is known color: Orange Red. HEX triplet: F0, 40 and 05. RGB value is (240,64,5). Sum of RGB (Red+Green+Blue) = 240+64+5=309 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.67% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 5 (2.34% from 255 or 1.62% from 309); Max value from RGB is 240 - color contains mainly: red. Hex color #F04005 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04005 is #0FBFFA. Grayscale: #6E6E6E. Windows color (decimal): -1032187 or 344304. OLE color: 344304.

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

Color convert

RGB 240 64 5 -
CMYK 0 0.73 0.98 0.06
HSL 15.06º 0.96% 0.48% -
HSV(B) 15.06º 0.98% 0.94% -
XYZ 37.8 22.2 2.44 -
YUV 109.9 68.81 220.8 -
System Red Green Blue C M Y K H S L
Decimal 240 64 5 0 0.73 0.98 0.06 15.06 0.96 0.48
Hex F0 40 5 0 49 62 6 F 60 30
Octal 360 100 5 0 111 142 6 17 140 60
Binary 11110000 1000000 101 0 1001001 1100010 110 1111 1100000 110000

Color Harmonies of #F04005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04005

Black with #F04005

Text Example


Text Example

White with #F04005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04005; }

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

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

background-color css

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

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

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

border-color css

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

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

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