Html Css Color HEX #F1A00C Gamboge

📋 copy color: '#F1A00C'

red 241 ◦ green 160 ◦ blue 12

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

Shades of Gamboge #F1A00C

Tints of Gamboge #F1A00C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.74%

 BLUE value IS 12 (5.08% from 255) = 2.91%

R = 58.35%
G = 38.74%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F1A00C (or 0xF1A00C) is known color: Gamboge. HEX triplet: F1, A0 and 0C. RGB value is (241,160,12). Sum of RGB (Red+Green+Blue) = 241+160+12=413 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.35% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 12 (5.08% from 255 or 2.91% from 413); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A00C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1A00C is #0E5FF3. Grayscale: #A8A8A8. Windows color (decimal): -942068 or 827633. OLE color: 827633.

HSL color Cylindrical-coordinate representation of color #F1A00C: hue angle of 38.78º degrees, saturation: 0.91, 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 #F1A00C is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 160 12 -
CMYK 0 0.34 0.95 0.05
HSL 38.78º 0.91% 0.5% -
HSV(B) 38.78º 0.95% 0.95% -
XYZ 48.91 43.87 6.24 -
YUV 167.35 40.34 180.53 -
System Red Green Blue C M Y K H S L
Decimal 241 160 12 0 0.34 0.95 0.05 38.78 0.91 0.5
Hex F1 A0 C 0 22 5F 5 27 5B 32
Octal 361 240 14 0 42 137 5 47 133 62
Binary 11110001 10100000 1100 0 100010 1011111 101 100111 1011011 110010

Color Harmonies of #F1A00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A00C

Black with #F1A00C

Text Example


Text Example

White with #F1A00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A00C; }

 p { color: rgb(241,160,12); }

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

background-color css

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

 a { background-color: rgb(241,160,12); }

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

border-color css

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

 span { border-color: rgb(241,160,12); }

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