Html Css Color HEX #F0A307 Gamboge

📋 copy color: '#F0A307'

red 240 ◦ green 163 ◦ blue 7

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

Shades of Gamboge #F0A307

Tints of Gamboge #F0A307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.71%

R = 58.54%
G = 39.76%
B = 1.71%

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

#F0A307 (or 0xF0A307) is known color: Gamboge. HEX triplet: F0, A3 and 07. RGB value is (240,163,7). Sum of RGB (Red+Green+Blue) = 240+163+7=410 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.54% from 410); Green value is 163 (64.06% from 255 or 39.76% from 410); Blue value is 7 (3.12% from 255 or 1.71% from 410); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A307 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A307 is #0F5CF8. Grayscale: #A8A8A8. Windows color (decimal): -1006841 or 500720. OLE color: 500720.

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

Color convert

RGB 240 163 7 -
CMYK 0 0.32 0.97 0.06
HSL 40.17º 0.94% 0.48% -
HSV(B) 40.17º 0.97% 0.94% -
XYZ 49.07 44.73 6.25 -
YUV 168.24 37.01 179.18 -
System Red Green Blue C M Y K H S L
Decimal 240 163 7 0 0.32 0.97 0.06 40.17 0.94 0.48
Hex F0 A3 7 0 20 61 6 28 5E 30
Octal 360 243 7 0 40 141 6 50 136 60
Binary 11110000 10100011 111 0 100000 1100001 110 101000 1011110 110000

Color Harmonies of #F0A307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A307

Black with #F0A307

Text Example


Text Example

White with #F0A307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A307; }

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

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

background-color css

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

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

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

border-color css

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

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

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