Html Css Color HEX #F1A10F Gamboge

📋 copy color: '#F1A10F'

red 241 ◦ green 161 ◦ blue 15

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

Shades of Gamboge #F1A10F

Tints of Gamboge #F1A10F

RGB

 RED value IS 241 (94.53% from 255) = 57.79%

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

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

R = 57.79%
G = 38.61%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F1A10F (or 0xF1A10F) is known color: Gamboge. HEX triplet: F1, A1 and 0F. RGB value is (241,161,15). Sum of RGB (Red+Green+Blue) = 241+161+15=417 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.79% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 15 (6.25% from 255 or 3.60% from 417); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A10F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1A10F is #0E5EF0. Grayscale: #A8A8A8. Windows color (decimal): -941809 or 1024497. OLE color: 1024497.

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

Color convert

RGB 241 161 15 -
CMYK 0 0.33 0.94 0.05
HSL 38.76º 0.89% 0.5% -
HSV(B) 38.76º 0.94% 0.95% -
XYZ 49.11 44.23 6.4 -
YUV 168.28 41.5 179.87 -
System Red Green Blue C M Y K H S L
Decimal 241 161 15 0 0.33 0.94 0.05 38.76 0.89 0.5
Hex F1 A1 F 0 21 5E 5 27 59 32
Octal 361 241 17 0 41 136 5 47 131 62
Binary 11110001 10100001 1111 0 100001 1011110 101 100111 1011001 110010

Color Harmonies of #F1A10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A10F

Black with #F1A10F

Text Example


Text Example

White with #F1A10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A10F; }

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

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

background-color css

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

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

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

border-color css

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

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

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