Html Css Color HEX #F04605 Orange Red

📋 copy color: '#F04605'

red 240 ◦ green 70 ◦ blue 5

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

Shades of Orange Red #F04605

Tints of Orange Red #F04605

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.22%

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

R = 76.19%
G = 22.22%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F04605 (or 0xF04605) is known color: Orange Red. HEX triplet: F0, 46 and 05. RGB value is (240,70,5). Sum of RGB (Red+Green+Blue) = 240+70+5=315 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.19% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 5 (2.34% from 255 or 1.59% from 315); Max value from RGB is 240 - color contains mainly: red. Hex color #F04605 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04605 is #0FB9FA. Grayscale: #717171. Windows color (decimal): -1030651 or 345840. OLE color: 345840.

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

Color convert

RGB 240 70 5 -
CMYK 0 0.71 0.98 0.06
HSL 16.6º 0.96% 0.48% -
HSV(B) 16.6º 0.98% 0.94% -
XYZ 38.15 22.92 2.56 -
YUV 113.42 66.82 218.29 -
System Red Green Blue C M Y K H S L
Decimal 240 70 5 0 0.71 0.98 0.06 16.6 0.96 0.48
Hex F0 46 5 0 47 62 6 11 60 30
Octal 360 106 5 0 107 142 6 21 140 60
Binary 11110000 1000110 101 0 1000111 1100010 110 10001 1100000 110000

Color Harmonies of #F04605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04605

Black with #F04605

Text Example


Text Example

White with #F04605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04605; }

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

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

background-color css

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

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

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

border-color css

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

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

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