Html Css Color HEX #F04606 Orange Red

📋 copy color: '#F04606'

red 240 ◦ green 70 ◦ blue 6

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

Shades of Orange Red #F04606

Tints of Orange Red #F04606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.9%

R = 75.95%
G = 22.15%
B = 1.9%

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

#F04606 (or 0xF04606) is known color: Orange Red. HEX triplet: F0, 46 and 06. RGB value is (240,70,6). Sum of RGB (Red+Green+Blue) = 240+70+6=316 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.95% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 6 (2.73% from 255 or 1.90% from 316); Max value from RGB is 240 - color contains mainly: red. Hex color #F04606 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04606 is #0FB9F9. Grayscale: #717171. Windows color (decimal): -1030650 or 411376. OLE color: 411376.

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

Color convert

RGB 240 70 6 -
CMYK 0 0.71 0.98 0.06
HSL 16.41º 0.95% 0.48% -
HSV(B) 16.41º 0.98% 0.94% -
XYZ 38.16 22.92 2.58 -
YUV 113.53 67.32 218.2 -
System Red Green Blue C M Y K H S L
Decimal 240 70 6 0 0.71 0.98 0.06 16.41 0.95 0.48
Hex F0 46 6 0 47 62 6 10 5F 30
Octal 360 106 6 0 107 142 6 20 137 60
Binary 11110000 1000110 110 0 1000111 1100010 110 10000 1011111 110000

Color Harmonies of #F04606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04606

Black with #F04606

Text Example


Text Example

White with #F04606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04606; }

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

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

background-color css

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

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

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

border-color css

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

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

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