Html Css Color HEX #F1A30B Gamboge

📋 copy color: '#F1A30B'

red 241 ◦ green 163 ◦ blue 11

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

Shades of Gamboge #F1A30B

Tints of Gamboge #F1A30B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.28%

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

R = 58.07%
G = 39.28%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F1A30B (or 0xF1A30B) is known color: Gamboge. HEX triplet: F1, A3 and 0B. RGB value is (241,163,11). Sum of RGB (Red+Green+Blue) = 241+163+11=415 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.07% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 11 (4.69% from 255 or 2.65% from 415); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A30B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1A30B is #0E5CF4. Grayscale: #A9A9A9. Windows color (decimal): -941301 or 762865. OLE color: 762865.

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

Color convert

RGB 241 163 11 -
CMYK 0 0.32 0.95 0.05
HSL 39.65º 0.91% 0.49% -
HSV(B) 39.65º 0.95% 0.95% -
XYZ 49.43 44.92 6.38 -
YUV 168.99 38.84 179.36 -
System Red Green Blue C M Y K H S L
Decimal 241 163 11 0 0.32 0.95 0.05 39.65 0.91 0.49
Hex F1 A3 B 0 20 5F 5 28 5B 31
Octal 361 243 13 0 40 137 5 50 133 61
Binary 11110001 10100011 1011 0 100000 1011111 101 101000 1011011 110001

Color Harmonies of #F1A30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A30B

Black with #F1A30B

Text Example


Text Example

White with #F1A30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A30B; }

 p { color: rgb(241,163,11); }

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

background-color css

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

 a { background-color: rgb(241,163,11); }

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

border-color css

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

 span { border-color: rgb(241,163,11); }

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