Html Css Color HEX #F49712 Gamboge

📋 copy color: '#F49712'

red 244 ◦ green 151 ◦ blue 18

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

Shades of Gamboge #F49712

Tints of Gamboge #F49712

RGB

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

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

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

R = 59.08%
G = 36.56%
B = 4.36%

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

#F49712 (or 0xF49712) is known color: Gamboge. HEX triplet: F4, 97 and 12. RGB value is (244,151,18). Sum of RGB (Red+Green+Blue) = 244+151+18=413 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.08% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 18 (7.42% from 255 or 4.36% from 413); Max value from RGB is 244 - color contains mainly: red. Hex color #F49712 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F49712 is #0B68ED. Grayscale: #A4A4A4. Windows color (decimal): -747758 or 1218548. OLE color: 1218548.

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

Color convert

RGB 244 151 18 -
CMYK 0 0.38 0.93 0.04
HSL 35.31º 0.91% 0.51% -
HSV(B) 35.31º 0.93% 0.96% -
XYZ 48.48 41.41 6.01 -
YUV 163.65 45.81 185.31 -
System Red Green Blue C M Y K H S L
Decimal 244 151 18 0 0.38 0.93 0.04 35.31 0.91 0.51
Hex F4 97 12 0 26 5D 4 23 5B 33
Octal 364 227 22 0 46 135 4 43 133 63
Binary 11110100 10010111 10010 0 100110 1011101 100 100011 1011011 110011

Color Harmonies of #F49712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49712

Black with #F49712

Text Example


Text Example

White with #F49712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49712; }

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

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

background-color css

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

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

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

border-color css

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

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

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