Html Css Color HEX #F9C04A Golden Tainoi

📋 copy color: '#F9C04A'

red 249 ◦ green 192 ◦ blue 74

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

Shades of Golden Tainoi #F9C04A

Tints of Golden Tainoi #F9C04A

RGB

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

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

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

R = 48.35%
G = 37.28%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#F9C04A (or 0xF9C04A) is known color: Golden Tainoi. HEX triplet: F9, C0 and 4A. RGB value is (249,192,74). Sum of RGB (Red+Green+Blue) = 249+192+74=515 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.35% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 74 (29.30% from 255 or 14.37% from 515); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C04A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C04A is #063FB5. Grayscale: #C4C4C4. Windows color (decimal): -409526 or 4899065. OLE color: 4899065.

HSL color Cylindrical-coordinate representation of color #F9C04A: hue angle of 40.46º 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 #F9C04A is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 192 74 -
CMYK 0 0.23 0.70 0.02
HSL 40.46º 0.94% 0.63% -
HSV(B) 40.46º 0.7% 0.98% -
XYZ 59.15 58.33 14.62 -
YUV 195.59 59.38 166.09 -
System Red Green Blue C M Y K H S L
Decimal 249 192 74 0 0.23 0.70 0.02 40.46 0.94 0.63
Hex F9 C0 4A 0 17 46 2 28 5E 3F
Octal 371 300 112 0 27 106 2 50 136 77
Binary 11111001 11000000 1001010 0 10111 1000110 10 101000 1011110 111111

Color Harmonies of #F9C04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C04A

Black with #F9C04A

Text Example


Text Example

White with #F9C04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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