Html Css Color HEX #F0A60B Gamboge

📋 copy color: '#F0A60B'

red 240 ◦ green 166 ◦ blue 11

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

Shades of Gamboge #F0A60B

Tints of Gamboge #F0A60B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.81%

 BLUE value IS 11 (4.69% from 255) = 2.64%

R = 57.55%
G = 39.81%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0A60B (or 0xF0A60B) is known color: Gamboge. HEX triplet: F0, A6 and 0B. RGB value is (240,166,11). Sum of RGB (Red+Green+Blue) = 240+166+11=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 11 (4.69% from 255 or 2.64% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A60B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A60B is #0F59F4. Grayscale: #ABABAB. Windows color (decimal): -1006069 or 763632. OLE color: 763632.

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

Color convert

RGB 240 166 11 -
CMYK 0 0.31 0.95 0.06
HSL 40.61º 0.91% 0.49% -
HSV(B) 40.61º 0.95% 0.94% -
XYZ 49.63 45.82 6.55 -
YUV 170.46 38.02 177.6 -
System Red Green Blue C M Y K H S L
Decimal 240 166 11 0 0.31 0.95 0.06 40.61 0.91 0.49
Hex F0 A6 B 0 1F 5F 6 29 5B 31
Octal 360 246 13 0 37 137 6 51 133 61
Binary 11110000 10100110 1011 0 11111 1011111 110 101001 1011011 110001

Color Harmonies of #F0A60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A60B

Black with #F0A60B

Text Example


Text Example

White with #F0A60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A60B; }

 p { color: rgb(240,166,11); }

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

background-color css

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

 a { background-color: rgb(240,166,11); }

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

border-color css

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

 span { border-color: rgb(240,166,11); }

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