Html Css Color HEX #F04614 Orange Red

📋 copy color: '#F04614'

red 240 ◦ green 70 ◦ blue 20

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

Shades of Orange Red #F04614

Tints of Orange Red #F04614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.06%

R = 72.73%
G = 21.21%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F04614 (or 0xF04614) is known color: Orange Red. HEX triplet: F0, 46 and 14. RGB value is (240,70,20). Sum of RGB (Red+Green+Blue) = 240+70+20=330 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.73% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 20 (8.20% from 255 or 6.06% from 330); Max value from RGB is 240 - color contains mainly: red. Hex color #F04614 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04614 is #0FB9EB. Grayscale: #737373. Windows color (decimal): -1030636 or 1328880. OLE color: 1328880.

HSL color Cylindrical-coordinate representation of color #F04614: hue angle of 13.64º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F04614 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 70 20 -
CMYK 0 0.71 0.92 0.06
HSL 13.64º 0.88% 0.51% -
HSV(B) 13.64º 0.92% 0.94% -
XYZ 38.25 22.96 3.08 -
YUV 115.13 74.32 217.07 -
System Red Green Blue C M Y K H S L
Decimal 240 70 20 0 0.71 0.92 0.06 13.64 0.88 0.51
Hex F0 46 14 0 47 5C 6 E 58 33
Octal 360 106 24 0 107 134 6 16 130 63
Binary 11110000 1000110 10100 0 1000111 1011100 110 1110 1011000 110011

Color Harmonies of #F04614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04614

Black with #F04614

Text Example


Text Example

White with #F04614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04614; }

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

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

background-color css

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

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

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

border-color css

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

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

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