Html Css Color HEX #F04600 Orange Red

📋 copy color: '#F04600'

red 240 ◦ green 70 ◦ blue 0

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

Shades of Orange Red #F04600

Tints of Orange Red #F04600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.42%
G = 22.58%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F04600 (or 0xF04600) is known color: Orange Red. HEX triplet: F0, 46 and 00. RGB value is (240,70,0). Sum of RGB (Red+Green+Blue) = 240+70+0=310 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.42% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 240 - color contains mainly: red. Hex color #F04600 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04600 is #0FB9FF. Grayscale: #717171. Windows color (decimal): -1030656 or 18160. OLE color: 18160.

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

Color convert

RGB 240 70 0 -
CMYK 0 0.71 1 0.06
HSL 17.5º 1% 0.47% -
HSV(B) 17.5º 1% 0.94% -
XYZ 38.13 22.91 2.41 -
YUV 112.85 64.32 218.69 -
System Red Green Blue C M Y K H S L
Decimal 240 70 0 0 0.71 1 0.06 17.5 1 0.47
Hex F0 46 0 0 47 64 6 12 64 2F
Octal 360 106 0 0 107 144 6 22 144 57
Binary 11110000 1000110 0 0 1000111 1100100 110 10010 1100100 101111

Color Harmonies of #F04600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04600

Black with #F04600

Text Example


Text Example

White with #F04600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04600; }

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

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

background-color css

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

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

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

border-color css

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

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

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