Html Css Color HEX #F0A10F Gamboge

📋 copy color: '#F0A10F'

red 240 ◦ green 161 ◦ blue 15

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

Shades of Gamboge #F0A10F

Tints of Gamboge #F0A10F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.7%

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

R = 57.69%
G = 38.7%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F0A10F (or 0xF0A10F) is known color: Gamboge. HEX triplet: F0, A1 and 0F. RGB value is (240,161,15). Sum of RGB (Red+Green+Blue) = 240+161+15=416 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.69% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 15 (6.25% from 255 or 3.61% from 416); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A10F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A10F is #0F5EF0. Grayscale: #A8A8A8. Windows color (decimal): -1007345 or 1024496. OLE color: 1024496.

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

Color convert

RGB 240 161 15 -
CMYK 0 0.33 0.94 0.06
HSL 38.93º 0.88% 0.5% -
HSV(B) 38.93º 0.94% 0.94% -
XYZ 48.77 44.05 6.38 -
YUV 167.98 41.67 179.37 -
System Red Green Blue C M Y K H S L
Decimal 240 161 15 0 0.33 0.94 0.06 38.93 0.88 0.5
Hex F0 A1 F 0 21 5E 6 27 58 32
Octal 360 241 17 0 41 136 6 47 130 62
Binary 11110000 10100001 1111 0 100001 1011110 110 100111 1011000 110010

Color Harmonies of #F0A10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A10F

Black with #F0A10F

Text Example


Text Example

White with #F0A10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A10F; }

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

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

background-color css

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

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

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

border-color css

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

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

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