Html Css Color HEX #F49812 Gamboge

📋 copy color: '#F49812'

red 244 ◦ green 152 ◦ blue 18

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

Shades of Gamboge #F49812

Tints of Gamboge #F49812

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.71%

 BLUE value IS 18 (7.42% from 255) = 4.35%

R = 58.94%
G = 36.71%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F49812 (or 0xF49812) is known color: Gamboge. HEX triplet: F4, 98 and 12. RGB value is (244,152,18). Sum of RGB (Red+Green+Blue) = 244+152+18=414 (54% of max value = 765). Red value is 244 (95.70% from 255 or 58.94% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 18 (7.42% from 255 or 4.35% from 414); Max value from RGB is 244 - color contains mainly: red. Hex color #F49812 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F49812 is #0B67ED. Grayscale: #A4A4A4. Windows color (decimal): -747502 or 1218804. OLE color: 1218804.

HSL color Cylindrical-coordinate representation of color #F49812: hue angle of 35.58º 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 #F49812 is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 152 18 -
CMYK 0 0.38 0.93 0.04
HSL 35.58º 0.91% 0.51% -
HSV(B) 35.58º 0.93% 0.96% -
XYZ 48.65 41.73 6.06 -
YUV 164.23 45.48 184.9 -
System Red Green Blue C M Y K H S L
Decimal 244 152 18 0 0.38 0.93 0.04 35.58 0.91 0.51
Hex F4 98 12 0 26 5D 4 24 5B 33
Octal 364 230 22 0 46 135 4 44 133 63
Binary 11110100 10011000 10010 0 100110 1011101 100 100100 1011011 110011

Color Harmonies of #F49812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49812

Black with #F49812

Text Example


Text Example

White with #F49812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49812; }

 p { color: rgb(244,152,18); }

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

background-color css

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

 a { background-color: rgb(244,152,18); }

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

border-color css

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

 span { border-color: rgb(244,152,18); }

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