Html Css Color HEX #F0A316 Gamboge

📋 copy color: '#F0A316'

red 240 ◦ green 163 ◦ blue 22

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

Shades of Gamboge #F0A316

Tints of Gamboge #F0A316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.18%

R = 56.47%
G = 38.35%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F0A316 (or 0xF0A316) is known color: Gamboge. HEX triplet: F0, A3 and 16. RGB value is (240,163,22). Sum of RGB (Red+Green+Blue) = 240+163+22=425 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.47% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 22 (8.98% from 255 or 5.18% from 425); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A316 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A316 is #0F5CE9. Grayscale: #AAAAAA. Windows color (decimal): -1006826 or 1483760. OLE color: 1483760.

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

Color convert

RGB 240 163 22 -
CMYK 0 0.32 0.91 0.06
HSL 38.81º 0.88% 0.51% -
HSV(B) 38.81º 0.91% 0.94% -
XYZ 49.18 44.78 6.81 -
YUV 169.95 44.51 177.96 -
System Red Green Blue C M Y K H S L
Decimal 240 163 22 0 0.32 0.91 0.06 38.81 0.88 0.51
Hex F0 A3 16 0 20 5B 6 27 58 33
Octal 360 243 26 0 40 133 6 47 130 63
Binary 11110000 10100011 10110 0 100000 1011011 110 100111 1011000 110011

Color Harmonies of #F0A316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A316

Black with #F0A316

Text Example


Text Example

White with #F0A316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A316; }

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

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

background-color css

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

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

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

border-color css

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

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

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