Html Css Color HEX #F0A30F Gamboge

📋 copy color: '#F0A30F'

red 240 ◦ green 163 ◦ blue 15

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

Shades of Gamboge #F0A30F

Tints of Gamboge #F0A30F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.59%

R = 57.42%
G = 39%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F0A30F (or 0xF0A30F) is known color: Gamboge. HEX triplet: F0, A3 and 0F. RGB value is (240,163,15). Sum of RGB (Red+Green+Blue) = 240+163+15=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 15 (6.25% from 255 or 3.59% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A30F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A30F is #0F5CF0. Grayscale: #A9A9A9. Windows color (decimal): -1006833 or 1025008. OLE color: 1025008.

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

Color convert

RGB 240 163 15 -
CMYK 0 0.32 0.94 0.06
HSL 39.47º 0.88% 0.5% -
HSV(B) 39.47º 0.94% 0.94% -
XYZ 49.12 44.75 6.5 -
YUV 169.15 41.01 178.53 -
System Red Green Blue C M Y K H S L
Decimal 240 163 15 0 0.32 0.94 0.06 39.47 0.88 0.5
Hex F0 A3 F 0 20 5E 6 27 58 32
Octal 360 243 17 0 40 136 6 47 130 62
Binary 11110000 10100011 1111 0 100000 1011110 110 100111 1011000 110010

Color Harmonies of #F0A30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A30F

Black with #F0A30F

Text Example


Text Example

White with #F0A30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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