Html Css Color HEX #F1A00A Gamboge

📋 copy color: '#F1A00A'

red 241 ◦ green 160 ◦ blue 10

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

Shades of Gamboge #F1A00A

Tints of Gamboge #F1A00A

RGB

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

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

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

R = 58.64%
G = 38.93%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F1A00A (or 0xF1A00A) is known color: Gamboge. HEX triplet: F1, A0 and 0A. RGB value is (241,160,10). Sum of RGB (Red+Green+Blue) = 241+160+10=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 160 (62.89% from 255 or 38.93% from 411); Blue value is 10 (4.30% from 255 or 2.43% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A00A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1A00A is #0E5FF5. Grayscale: #A7A7A7. Windows color (decimal): -942070 or 696561. OLE color: 696561.

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

Color convert

RGB 241 160 10 -
CMYK 0 0.34 0.96 0.05
HSL 38.96º 0.92% 0.49% -
HSV(B) 38.96º 0.96% 0.95% -
XYZ 48.9 43.86 6.18 -
YUV 167.12 39.34 180.7 -
System Red Green Blue C M Y K H S L
Decimal 241 160 10 0 0.34 0.96 0.05 38.96 0.92 0.49
Hex F1 A0 A 0 22 60 5 27 5C 31
Octal 361 240 12 0 42 140 5 47 134 61
Binary 11110001 10100000 1010 0 100010 1100000 101 100111 1011100 110001

Color Harmonies of #F1A00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A00A

Black with #F1A00A

Text Example


Text Example

White with #F1A00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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