Html Css Color HEX #F0A40D Gamboge

📋 copy color: '#F0A40D'

red 240 ◦ green 164 ◦ blue 13

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

Shades of Gamboge #F0A40D

Tints of Gamboge #F0A40D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.12%

R = 57.55%
G = 39.33%
B = 3.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0A40D (or 0xF0A40D) is known color: Gamboge. HEX triplet: F0, A4 and 0D. RGB value is (240,164,13). Sum of RGB (Red+Green+Blue) = 240+164+13=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 164 (64.45% from 255 or 39.33% from 417); Blue value is 13 (5.47% from 255 or 3.12% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A40D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A40D is #0F5BF2. Grayscale: #AAAAAA. Windows color (decimal): -1006579 or 894192. OLE color: 894192.

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

Color convert

RGB 240 164 13 -
CMYK 0 0.32 0.95 0.06
HSL 39.91º 0.9% 0.5% -
HSV(B) 39.91º 0.95% 0.94% -
XYZ 49.28 45.11 6.49 -
YUV 169.51 39.68 178.28 -
System Red Green Blue C M Y K H S L
Decimal 240 164 13 0 0.32 0.95 0.06 39.91 0.9 0.5
Hex F0 A4 D 0 20 5F 6 28 5A 32
Octal 360 244 15 0 40 137 6 50 132 62
Binary 11110000 10100100 1101 0 100000 1011111 110 101000 1011010 110010

Color Harmonies of #F0A40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A40D

Black with #F0A40D

Text Example


Text Example

White with #F0A40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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