Html Css Color HEX #F49607 Orange Peel

📋 copy color: '#F49607'

red 244 ◦ green 150 ◦ blue 7

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

Shades of Orange Peel #F49607

Tints of Orange Peel #F49607

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.41%

 BLUE value IS 7 (3.13% from 255) = 1.75%

R = 60.85%
G = 37.41%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F49607 (or 0xF49607) is known color: Orange Peel. HEX triplet: F4, 96 and 07. RGB value is (244,150,7). Sum of RGB (Red+Green+Blue) = 244+150+7=401 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.85% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 7 (3.12% from 255 or 1.75% from 401); Max value from RGB is 244 - color contains mainly: red. Hex color #F49607 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F49607 is #0B69F8. Grayscale: #A2A2A2. Windows color (decimal): -748025 or 497396. OLE color: 497396.

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

Color convert

RGB 244 150 7 -
CMYK 0 0.39 0.97 0.04
HSL 36.2º 0.94% 0.49% -
HSV(B) 36.2º 0.97% 0.96% -
XYZ 48.25 41.06 5.58 -
YUV 161.8 40.64 186.63 -
System Red Green Blue C M Y K H S L
Decimal 244 150 7 0 0.39 0.97 0.04 36.2 0.94 0.49
Hex F4 96 7 0 27 61 4 24 5E 31
Octal 364 226 7 0 47 141 4 44 136 61
Binary 11110100 10010110 111 0 100111 1100001 100 100100 1011110 110001

Color Harmonies of #F49607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49607

Black with #F49607

Text Example


Text Example

White with #F49607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49607; }

 p { color: rgb(244,150,7); }

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

background-color css

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

 a { background-color: rgb(244,150,7); }

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

border-color css

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

 span { border-color: rgb(244,150,7); }

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