Html Css Color HEX #F9C061 Golden Tainoi

📋 copy color: '#F9C061'

red 249 ◦ green 192 ◦ blue 97

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

Shades of Golden Tainoi #F9C061

Tints of Golden Tainoi #F9C061

RGB

 RED value IS 249 (97.66% from 255) = 46.28%

 GREEN value IS 192 (75.39% from 255) = 35.69%

 BLUE value IS 97 (38.28% from 255) = 18.03%

R = 46.28%
G = 35.69%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#F9C061 (or 0xF9C061) is known color: Golden Tainoi. HEX triplet: F9, C0 and 61. RGB value is (249,192,97). Sum of RGB (Red+Green+Blue) = 249+192+97=538 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.28% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 97 (38.28% from 255 or 18.03% from 538); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C061 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C061 is #063F9E. Grayscale: #C6C6C6. Windows color (decimal): -409503 or 6406393. OLE color: 6406393.

HSL color Cylindrical-coordinate representation of color #F9C061: hue angle of 37.5º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F9C061 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 192 97 -
CMYK 0 0.23 0.61 0.02
HSL 37.5º 0.93% 0.68% -
HSV(B) 37.5º 0.61% 0.98% -
XYZ 60.07 58.7 19.47 -
YUV 198.21 70.88 164.22 -
System Red Green Blue C M Y K H S L
Decimal 249 192 97 0 0.23 0.61 0.02 37.5 0.93 0.68
Hex F9 C0 61 0 17 3D 2 26 5D 44
Octal 371 300 141 0 27 75 2 46 135 104
Binary 11111001 11000000 1100001 0 10111 111101 10 100110 1011101 1000100

Color Harmonies of #F9C061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C061

Black with #F9C061

Text Example


Text Example

White with #F9C061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C061; }

 p { color: rgb(249,192,97); }

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

background-color css

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

 a { background-color: rgb(249,192,97); }

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

border-color css

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

 span { border-color: rgb(249,192,97); }

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