Html Css Color HEX #F49C10 Gamboge

📋 copy color: '#F49C10'

red 244 ◦ green 156 ◦ blue 16

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

Shades of Gamboge #F49C10

Tints of Gamboge #F49C10

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.5%

 BLUE value IS 16 (6.64% from 255) = 3.85%

R = 58.65%
G = 37.5%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F49C10 (or 0xF49C10) is known color: Gamboge. HEX triplet: F4, 9C and 10. RGB value is (244,156,16). Sum of RGB (Red+Green+Blue) = 244+156+16=416 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.65% from 416); Green value is 156 (61.33% from 255 or 37.5% from 416); Blue value is 16 (6.64% from 255 or 3.85% from 416); Max value from RGB is 244 - color contains mainly: red. Hex color #F49C10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F49C10 is #0B63EF. Grayscale: #A7A7A7. Windows color (decimal): -746480 or 1088756. OLE color: 1088756.

HSL color Cylindrical-coordinate representation of color #F49C10: hue angle of 36.84º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F49C10 is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 156 16 -
CMYK 0 0.36 0.93 0.04
HSL 36.84º 0.91% 0.51% -
HSV(B) 36.84º 0.93% 0.96% -
XYZ 49.29 43.05 6.2 -
YUV 166.35 43.15 183.38 -
System Red Green Blue C M Y K H S L
Decimal 244 156 16 0 0.36 0.93 0.04 36.84 0.91 0.51
Hex F4 9C 10 0 24 5D 4 25 5B 33
Octal 364 234 20 0 44 135 4 45 133 63
Binary 11110100 10011100 10000 0 100100 1011101 100 100101 1011011 110011

Color Harmonies of #F49C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49C10

Black with #F49C10

Text Example


Text Example

White with #F49C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49C10; }

 p { color: rgb(244,156,16); }

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

background-color css

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

 a { background-color: rgb(244,156,16); }

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

border-color css

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

 span { border-color: rgb(244,156,16); }

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