Html Css Color HEX #F0A015 Gamboge

📋 copy color: '#F0A015'

red 240 ◦ green 160 ◦ blue 21

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

Shades of Gamboge #F0A015

Tints of Gamboge #F0A015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.99%

R = 57.01%
G = 38%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F0A015 (or 0xF0A015) is known color: Gamboge. HEX triplet: F0, A0 and 15. RGB value is (240,160,21). Sum of RGB (Red+Green+Blue) = 240+160+21=421 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.01% from 421); Green value is 160 (62.89% from 255 or 38.00% from 421); Blue value is 21 (8.59% from 255 or 4.99% from 421); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A015 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A015 is #0F5FEA. Grayscale: #A8A8A8. Windows color (decimal): -1007595 or 1417456. OLE color: 1417456.

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

Color convert

RGB 240 160 21 -
CMYK 0 0.33 0.91 0.06
HSL 38.08º 0.88% 0.51% -
HSV(B) 38.08º 0.91% 0.94% -
XYZ 48.64 43.72 6.58 -
YUV 168.07 45 179.3 -
System Red Green Blue C M Y K H S L
Decimal 240 160 21 0 0.33 0.91 0.06 38.08 0.88 0.51
Hex F0 A0 15 0 21 5B 6 26 58 33
Octal 360 240 25 0 41 133 6 46 130 63
Binary 11110000 10100000 10101 0 100001 1011011 110 100110 1011000 110011

Color Harmonies of #F0A015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A015

Black with #F0A015

Text Example


Text Example

White with #F0A015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A015; }

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

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

background-color css

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

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

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

border-color css

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

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

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