Html Css Color HEX #F49706 Orange Peel

📋 copy color: '#F49706'

red 244 ◦ green 151 ◦ blue 6

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

Shades of Orange Peel #F49706

Tints of Orange Peel #F49706

RGB

 RED value IS 244 (95.7% from 255) = 60.85%

 GREEN value IS 151 (59.38% from 255) = 37.66%

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

R = 60.85%
G = 37.66%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F49706 (or 0xF49706) is known color: Orange Peel. HEX triplet: F4, 97 and 06. RGB value is (244,151,6). Sum of RGB (Red+Green+Blue) = 244+151+6=401 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.85% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 6 (2.73% from 255 or 1.50% from 401); Max value from RGB is 244 - color contains mainly: red. Hex color #F49706 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F49706 is #0B68F9. Grayscale: #A2A2A2. Windows color (decimal): -747770 or 432116. OLE color: 432116.

HSL color Cylindrical-coordinate representation of color #F49706: hue angle of 36.55º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F49706 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 151 6 -
CMYK 0 0.38 0.98 0.04
HSL 36.55º 0.95% 0.49% -
HSV(B) 36.55º 0.98% 0.96% -
XYZ 48.41 41.38 5.61 -
YUV 162.28 39.81 186.29 -
System Red Green Blue C M Y K H S L
Decimal 244 151 6 0 0.38 0.98 0.04 36.55 0.95 0.49
Hex F4 97 6 0 26 62 4 25 5F 31
Octal 364 227 6 0 46 142 4 45 137 61
Binary 11110100 10010111 110 0 100110 1100010 100 100101 1011111 110001

Color Harmonies of #F49706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49706

Black with #F49706

Text Example


Text Example

White with #F49706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49706; }

 p { color: rgb(244,151,6); }

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

background-color css

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

 a { background-color: rgb(244,151,6); }

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

border-color css

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

 span { border-color: rgb(244,151,6); }

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