Html Css Color HEX #F49A12 Gamboge

📋 copy color: '#F49A12'

red 244 ◦ green 154 ◦ blue 18

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

Shades of Gamboge #F49A12

Tints of Gamboge #F49A12

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.02%

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

R = 58.65%
G = 37.02%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F49A12 (or 0xF49A12) is known color: Gamboge. HEX triplet: F4, 9A and 12. RGB value is (244,154,18). Sum of RGB (Red+Green+Blue) = 244+154+18=416 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.65% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 18 (7.42% from 255 or 4.33% from 416); Max value from RGB is 244 - color contains mainly: red. Hex color #F49A12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F49A12 is #0B65ED. Grayscale: #A6A6A6. Windows color (decimal): -746990 or 1219316. OLE color: 1219316.

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

Color convert

RGB 244 154 18 -
CMYK 0 0.37 0.93 0.04
HSL 36.11º 0.91% 0.51% -
HSV(B) 36.11º 0.93% 0.96% -
XYZ 48.97 42.39 6.17 -
YUV 165.41 44.82 184.06 -
System Red Green Blue C M Y K H S L
Decimal 244 154 18 0 0.37 0.93 0.04 36.11 0.91 0.51
Hex F4 9A 12 0 25 5D 4 24 5B 33
Octal 364 232 22 0 45 135 4 44 133 63
Binary 11110100 10011010 10010 0 100101 1011101 100 100100 1011011 110011

Color Harmonies of #F49A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49A12

Black with #F49A12

Text Example


Text Example

White with #F49A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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