Html Css Color HEX #F0A408 Gamboge

📋 copy color: '#F0A408'

red 240 ◦ green 164 ◦ blue 8

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

Shades of Gamboge #F0A408

Tints of Gamboge #F0A408

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.81%

 BLUE value IS 8 (3.52% from 255) = 1.94%

R = 58.25%
G = 39.81%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#F0A408 (or 0xF0A408) is known color: Gamboge. HEX triplet: F0, A4 and 08. RGB value is (240,164,8). Sum of RGB (Red+Green+Blue) = 240+164+8=412 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.25% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 8 (3.52% from 255 or 1.94% from 412); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A408 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A408 is #0F5BF7. Grayscale: #A9A9A9. Windows color (decimal): -1006584 or 566512. OLE color: 566512.

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

Color convert

RGB 240 164 8 -
CMYK 0 0.32 0.97 0.06
HSL 40.34º 0.94% 0.49% -
HSV(B) 40.34º 0.97% 0.94% -
XYZ 49.25 45.09 6.34 -
YUV 168.94 37.18 178.68 -
System Red Green Blue C M Y K H S L
Decimal 240 164 8 0 0.32 0.97 0.06 40.34 0.94 0.49
Hex F0 A4 8 0 20 61 6 28 5E 31
Octal 360 244 10 0 40 141 6 50 136 61
Binary 11110000 10100100 1000 0 100000 1100001 110 101000 1011110 110001

Color Harmonies of #F0A408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A408

Black with #F0A408

Text Example


Text Example

White with #F0A408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A408; }

 p { color: rgb(240,164,8); }

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

background-color css

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

 a { background-color: rgb(240,164,8); }

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

border-color css

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

 span { border-color: rgb(240,164,8); }

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