Html Css Color HEX #F1A30F Gamboge

📋 copy color: '#F1A30F'

red 241 ◦ green 163 ◦ blue 15

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

Shades of Gamboge #F1A30F

Tints of Gamboge #F1A30F

RGB

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

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

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

R = 57.52%
G = 38.9%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F1A30F (or 0xF1A30F) is known color: Gamboge. HEX triplet: F1, A3 and 0F. RGB value is (241,163,15). Sum of RGB (Red+Green+Blue) = 241+163+15=419 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.52% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 15 (6.25% from 255 or 3.58% from 419); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A30F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1A30F is #0E5CF0. Grayscale: #AAAAAA. Windows color (decimal): -941297 or 1025009. OLE color: 1025009.

HSL color Cylindrical-coordinate representation of color #F1A30F: hue angle of 39.29º 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 #F1A30F is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 163 15 -
CMYK 0 0.32 0.94 0.05
HSL 39.29º 0.89% 0.5% -
HSV(B) 39.29º 0.94% 0.95% -
XYZ 49.46 44.93 6.52 -
YUV 169.45 40.84 179.03 -
System Red Green Blue C M Y K H S L
Decimal 241 163 15 0 0.32 0.94 0.05 39.29 0.89 0.5
Hex F1 A3 F 0 20 5E 5 27 59 32
Octal 361 243 17 0 40 136 5 47 131 62
Binary 11110001 10100011 1111 0 100000 1011110 101 100111 1011001 110010

Color Harmonies of #F1A30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A30F

Black with #F1A30F

Text Example


Text Example

White with #F1A30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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