Html Css Color HEX #F0A310 Gamboge

📋 copy color: '#F0A310'

red 240 ◦ green 163 ◦ blue 16

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

Shades of Gamboge #F0A310

Tints of Gamboge #F0A310

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.9%

 BLUE value IS 16 (6.64% from 255) = 3.82%

R = 57.28%
G = 38.9%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F0A310 (or 0xF0A310) is known color: Gamboge. HEX triplet: F0, A3 and 10. RGB value is (240,163,16). Sum of RGB (Red+Green+Blue) = 240+163+16=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 16 (6.64% from 255 or 3.82% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A310 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A310 is #0F5CEF. Grayscale: #A9A9A9. Windows color (decimal): -1006832 or 1090544. OLE color: 1090544.

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

Color convert

RGB 240 163 16 -
CMYK 0 0.32 0.93 0.06
HSL 39.38º 0.88% 0.5% -
HSV(B) 39.38º 0.93% 0.94% -
XYZ 49.13 44.76 6.54 -
YUV 169.27 41.51 178.45 -
System Red Green Blue C M Y K H S L
Decimal 240 163 16 0 0.32 0.93 0.06 39.38 0.88 0.5
Hex F0 A3 10 0 20 5D 6 27 58 32
Octal 360 243 20 0 40 135 6 47 130 62
Binary 11110000 10100011 10000 0 100000 1011101 110 100111 1011000 110010

Color Harmonies of #F0A310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A310

Black with #F0A310

Text Example


Text Example

White with #F0A310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A310; }

 p { color: rgb(240,163,16); }

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

background-color css

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

 a { background-color: rgb(240,163,16); }

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

border-color css

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

 span { border-color: rgb(240,163,16); }

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