Html Css Color HEX #F0A11A Gamboge

📋 copy color: '#F0A11A'

red 240 ◦ green 161 ◦ blue 26

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

Shades of Gamboge #F0A11A

Tints of Gamboge #F0A11A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.09%

R = 56.21%
G = 37.7%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0A11A (or 0xF0A11A) is known color: Gamboge. HEX triplet: F0, A1 and 1A. RGB value is (240,161,26). Sum of RGB (Red+Green+Blue) = 240+161+26=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 26 (10.55% from 255 or 6.09% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A11A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A11A is #0F5EE5. Grayscale: #A9A9A9. Windows color (decimal): -1007334 or 1745392. OLE color: 1745392.

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

Color convert

RGB 240 161 26 -
CMYK 0 0.33 0.89 0.06
HSL 37.85º 0.88% 0.52% -
HSV(B) 37.85º 0.89% 0.94% -
XYZ 48.87 44.09 6.91 -
YUV 169.23 47.17 178.48 -
System Red Green Blue C M Y K H S L
Decimal 240 161 26 0 0.33 0.89 0.06 37.85 0.88 0.52
Hex F0 A1 1A 0 21 59 6 26 58 34
Octal 360 241 32 0 41 131 6 46 130 64
Binary 11110000 10100001 11010 0 100001 1011001 110 100110 1011000 110100

Color Harmonies of #F0A11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A11A

Black with #F0A11A

Text Example


Text Example

White with #F0A11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A11A; }

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

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

background-color css

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

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

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

border-color css

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

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

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