Html Css Color HEX #F9C64A Golden Tainoi

📋 copy color: '#F9C64A'

red 249 ◦ green 198 ◦ blue 74

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

Shades of Golden Tainoi #F9C64A

Tints of Golden Tainoi #F9C64A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38%

 BLUE value IS 74 (29.3% from 255) = 14.2%

R = 47.79%
G = 38%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#F9C64A (or 0xF9C64A) is known color: Golden Tainoi. HEX triplet: F9, C6 and 4A. RGB value is (249,198,74). Sum of RGB (Red+Green+Blue) = 249+198+74=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 198 (77.73% from 255 or 38.00% from 521); Blue value is 74 (29.30% from 255 or 14.20% from 521); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C64A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C64A is #0639B5. Grayscale: #C7C7C7. Windows color (decimal): -407990 or 4900601. OLE color: 4900601.

HSL color Cylindrical-coordinate representation of color #F9C64A: hue angle of 42.51º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F9C64A is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 198 74 -
CMYK 0 0.20 0.70 0.02
HSL 42.51º 0.94% 0.63% -
HSV(B) 42.51º 0.7% 0.98% -
XYZ 60.5 61.02 15.07 -
YUV 199.11 57.4 163.58 -
System Red Green Blue C M Y K H S L
Decimal 249 198 74 0 0.20 0.70 0.02 42.51 0.94 0.63
Hex F9 C6 4A 0 14 46 2 2B 5E 3F
Octal 371 306 112 0 24 106 2 53 136 77
Binary 11111001 11000110 1001010 0 10100 1000110 10 101011 1011110 111111

Color Harmonies of #F9C64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C64A

Black with #F9C64A

Text Example


Text Example

White with #F9C64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C64A; }

 p { color: rgb(249,198,74); }

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

background-color css

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

 a { background-color: rgb(249,198,74); }

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

border-color css

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

 span { border-color: rgb(249,198,74); }

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