Html Css Color HEX #F0A017 Gamboge

📋 copy color: '#F0A017'

red 240 ◦ green 160 ◦ blue 23

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

Shades of Gamboge #F0A017

Tints of Gamboge #F0A017

RGB

 RED value IS 240 (94.14% from 255) = 56.74%

 GREEN value IS 160 (62.89% from 255) = 37.83%

 BLUE value IS 23 (9.38% from 255) = 5.44%

R = 56.74%
G = 37.83%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F0A017 (or 0xF0A017) is known color: Gamboge. HEX triplet: F0, A0 and 17. RGB value is (240,160,23). Sum of RGB (Red+Green+Blue) = 240+160+23=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 23 (9.38% from 255 or 5.44% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A017 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A017 is #0F5FE8. Grayscale: #A8A8A8. Windows color (decimal): -1007593 or 1548528. OLE color: 1548528.

HSL color Cylindrical-coordinate representation of color #F0A017: hue angle of 37.88º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F0A017 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 160 23 -
CMYK 0 0.33 0.90 0.06
HSL 37.88º 0.88% 0.52% -
HSV(B) 37.88º 0.9% 0.94% -
XYZ 48.66 43.73 6.69 -
YUV 168.3 46 179.14 -
System Red Green Blue C M Y K H S L
Decimal 240 160 23 0 0.33 0.90 0.06 37.88 0.88 0.52
Hex F0 A0 17 0 21 5A 6 26 58 34
Octal 360 240 27 0 41 132 6 46 130 64
Binary 11110000 10100000 10111 0 100001 1011010 110 100110 1011000 110100

Color Harmonies of #F0A017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A017

Black with #F0A017

Text Example


Text Example

White with #F0A017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A017; }

 p { color: rgb(240,160,23); }

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

background-color css

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

 a { background-color: rgb(240,160,23); }

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

border-color css

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

 span { border-color: rgb(240,160,23); }

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