Html Css Color HEX #F0A313 Gamboge

📋 copy color: '#F0A313'

red 240 ◦ green 163 ◦ blue 19

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

Shades of Gamboge #F0A313

Tints of Gamboge #F0A313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.5%

R = 56.87%
G = 38.63%
B = 4.5%

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

#F0A313 (or 0xF0A313) is known color: Gamboge. HEX triplet: F0, A3 and 13. RGB value is (240,163,19). Sum of RGB (Red+Green+Blue) = 240+163+19=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 19 (7.81% from 255 or 4.50% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A313 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A313 is #0F5CEC. Grayscale: #AAAAAA. Windows color (decimal): -1006829 or 1287152. OLE color: 1287152.

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

Color convert

RGB 240 163 19 -
CMYK 0 0.32 0.92 0.06
HSL 39.1º 0.88% 0.51% -
HSV(B) 39.1º 0.92% 0.94% -
XYZ 49.15 44.77 6.67 -
YUV 169.61 43.01 178.21 -
System Red Green Blue C M Y K H S L
Decimal 240 163 19 0 0.32 0.92 0.06 39.1 0.88 0.51
Hex F0 A3 13 0 20 5C 6 27 58 33
Octal 360 243 23 0 40 134 6 47 130 63
Binary 11110000 10100011 10011 0 100000 1011100 110 100111 1011000 110011

Color Harmonies of #F0A313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A313

Black with #F0A313

Text Example


Text Example

White with #F0A313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A313; }

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

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

background-color css

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

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

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

border-color css

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

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

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