Html Css Color HEX #F0A115 Gamboge

📋 copy color: '#F0A115'

red 240 ◦ green 161 ◦ blue 21

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

Shades of Gamboge #F0A115

Tints of Gamboge #F0A115

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.15%

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

R = 56.87%
G = 38.15%
B = 4.98%

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

#F0A115 (or 0xF0A115) is known color: Gamboge. HEX triplet: F0, A1 and 15. RGB value is (240,161,21). Sum of RGB (Red+Green+Blue) = 240+161+21=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 21 (8.59% from 255 or 4.98% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A115 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A115 is #0F5EEA. Grayscale: #A9A9A9. Windows color (decimal): -1007339 or 1417712. OLE color: 1417712.

HSL color Cylindrical-coordinate representation of color #F0A115: hue angle of 38.36º 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 #F0A115 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 161 21 -
CMYK 0 0.33 0.91 0.06
HSL 38.36º 0.88% 0.51% -
HSV(B) 38.36º 0.91% 0.94% -
XYZ 48.82 44.07 6.64 -
YUV 168.66 44.67 178.88 -
System Red Green Blue C M Y K H S L
Decimal 240 161 21 0 0.33 0.91 0.06 38.36 0.88 0.51
Hex F0 A1 15 0 21 5B 6 26 58 33
Octal 360 241 25 0 41 133 6 46 130 63
Binary 11110000 10100001 10101 0 100001 1011011 110 100110 1011000 110011

Color Harmonies of #F0A115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A115

Black with #F0A115

Text Example


Text Example

White with #F0A115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A115; }

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

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

background-color css

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

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

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

border-color css

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

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

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