Html Css Color HEX #F1A30A Gamboge

📋 copy color: '#F1A30A'

red 241 ◦ green 163 ◦ blue 10

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

Shades of Gamboge #F1A30A

Tints of Gamboge #F1A30A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.42%

R = 58.21%
G = 39.37%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F1A30A (or 0xF1A30A) is known color: Gamboge. HEX triplet: F1, A3 and 0A. RGB value is (241,163,10). Sum of RGB (Red+Green+Blue) = 241+163+10=414 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.21% from 414); Green value is 163 (64.06% from 255 or 39.37% from 414); Blue value is 10 (4.30% from 255 or 2.42% from 414); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A30A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1A30A is #0E5CF5. Grayscale: #A9A9A9. Windows color (decimal): -941302 or 697329. OLE color: 697329.

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

Color convert

RGB 241 163 10 -
CMYK 0 0.32 0.96 0.05
HSL 39.74º 0.92% 0.49% -
HSV(B) 39.74º 0.96% 0.95% -
XYZ 49.43 44.92 6.35 -
YUV 168.88 38.34 179.44 -
System Red Green Blue C M Y K H S L
Decimal 241 163 10 0 0.32 0.96 0.05 39.74 0.92 0.49
Hex F1 A3 A 0 20 60 5 28 5C 31
Octal 361 243 12 0 40 140 5 50 134 61
Binary 11110001 10100011 1010 0 100000 1100000 101 101000 1011100 110001

Color Harmonies of #F1A30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A30A

Black with #F1A30A

Text Example


Text Example

White with #F1A30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A30A; }

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

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

background-color css

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

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

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

border-color css

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

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

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