Html Css Color HEX #F0A314 Gamboge

📋 copy color: '#F0A314'

red 240 ◦ green 163 ◦ blue 20

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

Shades of Gamboge #F0A314

Tints of Gamboge #F0A314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.73%

R = 56.74%
G = 38.53%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F0A314 (or 0xF0A314) is known color: Gamboge. HEX triplet: F0, A3 and 14. RGB value is (240,163,20). Sum of RGB (Red+Green+Blue) = 240+163+20=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 20 (8.20% from 255 or 4.73% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A314 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A314 is #0F5CEB. Grayscale: #AAAAAA. Windows color (decimal): -1006828 or 1352688. OLE color: 1352688.

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

Color convert

RGB 240 163 20 -
CMYK 0 0.32 0.92 0.06
HSL 39º 0.88% 0.51% -
HSV(B) 39º 0.92% 0.94% -
XYZ 49.16 44.77 6.71 -
YUV 169.72 43.51 178.13 -
System Red Green Blue C M Y K H S L
Decimal 240 163 20 0 0.32 0.92 0.06 39 0.88 0.51
Hex F0 A3 14 0 20 5C 6 27 58 33
Octal 360 243 24 0 40 134 6 47 130 63
Binary 11110000 10100011 10100 0 100000 1011100 110 100111 1011000 110011

Color Harmonies of #F0A314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A314

Black with #F0A314

Text Example


Text Example

White with #F0A314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A314; }

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

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

background-color css

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

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

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

border-color css

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

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

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