Html Css Color HEX #F1A20D Gamboge

📋 copy color: '#F1A20D'

red 241 ◦ green 162 ◦ blue 13

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

Shades of Gamboge #F1A20D

Tints of Gamboge #F1A20D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.94%

 BLUE value IS 13 (5.47% from 255) = 3.13%

R = 57.93%
G = 38.94%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F1A20D (or 0xF1A20D) is known color: Gamboge. HEX triplet: F1, A2 and 0D. RGB value is (241,162,13). Sum of RGB (Red+Green+Blue) = 241+162+13=416 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.93% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 13 (5.47% from 255 or 3.12% from 416); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A20D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1A20D is #0E5DF2. Grayscale: #A9A9A9. Windows color (decimal): -941555 or 893681. OLE color: 893681.

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

Color convert

RGB 241 162 13 -
CMYK 0 0.33 0.95 0.05
HSL 39.21º 0.9% 0.5% -
HSV(B) 39.21º 0.95% 0.95% -
XYZ 49.27 44.57 6.39 -
YUV 168.64 40.17 179.62 -
System Red Green Blue C M Y K H S L
Decimal 241 162 13 0 0.33 0.95 0.05 39.21 0.9 0.5
Hex F1 A2 D 0 21 5F 5 27 5A 32
Octal 361 242 15 0 41 137 5 47 132 62
Binary 11110001 10100010 1101 0 100001 1011111 101 100111 1011010 110010

Color Harmonies of #F1A20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A20D

Black with #F1A20D

Text Example


Text Example

White with #F1A20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A20D; }

 p { color: rgb(241,162,13); }

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

background-color css

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

 a { background-color: rgb(241,162,13); }

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

border-color css

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

 span { border-color: rgb(241,162,13); }

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