Html Css Color HEX #F9C063 Golden Tainoi

📋 copy color: '#F9C063'

red 249 ◦ green 192 ◦ blue 99

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

Shades of Golden Tainoi #F9C063

Tints of Golden Tainoi #F9C063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.33%

R = 46.11%
G = 35.56%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#F9C063 (or 0xF9C063) is known color: Golden Tainoi. HEX triplet: F9, C0 and 63. RGB value is (249,192,99). Sum of RGB (Red+Green+Blue) = 249+192+99=540 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.11% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 99 (39.06% from 255 or 18.33% from 540); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C063 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C063 is #063F9C. Grayscale: #C6C6C6. Windows color (decimal): -409501 or 6537465. OLE color: 6537465.

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

Color convert

RGB 249 192 99 -
CMYK 0 0.23 0.60 0.02
HSL 37.2º 0.93% 0.68% -
HSV(B) 37.2º 0.6% 0.98% -
XYZ 60.17 58.74 19.97 -
YUV 198.44 71.88 164.06 -
System Red Green Blue C M Y K H S L
Decimal 249 192 99 0 0.23 0.60 0.02 37.2 0.93 0.68
Hex F9 C0 63 0 17 3C 2 25 5D 44
Octal 371 300 143 0 27 74 2 45 135 104
Binary 11111001 11000000 1100011 0 10111 111100 10 100101 1011101 1000100

Color Harmonies of #F9C063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C063

Black with #F9C063

Text Example


Text Example

White with #F9C063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C063; }

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

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

background-color css

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

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

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

border-color css

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

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

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