Html Css Color HEX #F0A50E Gamboge

📋 copy color: '#F0A50E'

red 240 ◦ green 165 ◦ blue 14

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

Shades of Gamboge #F0A50E

Tints of Gamboge #F0A50E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.38%

 BLUE value IS 14 (5.86% from 255) = 3.34%

R = 57.28%
G = 39.38%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F0A50E (or 0xF0A50E) is known color: Gamboge. HEX triplet: F0, A5 and 0E. RGB value is (240,165,14). Sum of RGB (Red+Green+Blue) = 240+165+14=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 14 (5.86% from 255 or 3.34% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A50E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A50E is #0F5AF1. Grayscale: #AAAAAA. Windows color (decimal): -1006322 or 959984. OLE color: 959984.

HSL color Cylindrical-coordinate representation of color #F0A50E: hue angle of 40.09º degrees, saturation: 0.89, 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 #F0A50E is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 165 14 -
CMYK 0 0.31 0.94 0.06
HSL 40.09º 0.89% 0.5% -
HSV(B) 40.09º 0.94% 0.94% -
XYZ 49.47 45.47 6.58 -
YUV 170.21 39.85 177.78 -
System Red Green Blue C M Y K H S L
Decimal 240 165 14 0 0.31 0.94 0.06 40.09 0.89 0.5
Hex F0 A5 E 0 1F 5E 6 28 59 32
Octal 360 245 16 0 37 136 6 50 131 62
Binary 11110000 10100101 1110 0 11111 1011110 110 101000 1011001 110010

Color Harmonies of #F0A50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A50E

Black with #F0A50E

Text Example


Text Example

White with #F0A50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A50E; }

 p { color: rgb(240,165,14); }

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

background-color css

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

 a { background-color: rgb(240,165,14); }

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

border-color css

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

 span { border-color: rgb(240,165,14); }

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