Html Css Color HEX #F9C74E Golden Tainoi

📋 copy color: '#F9C74E'

red 249 ◦ green 199 ◦ blue 78

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

Shades of Golden Tainoi #F9C74E

Tints of Golden Tainoi #F9C74E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.83%

 BLUE value IS 78 (30.86% from 255) = 14.83%

R = 47.34%
G = 37.83%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#F9C74E (or 0xF9C74E) is known color: Golden Tainoi. HEX triplet: F9, C7 and 4E. RGB value is (249,199,78). Sum of RGB (Red+Green+Blue) = 249+199+78=526 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.34% from 526); Green value is 199 (78.12% from 255 or 37.83% from 526); Blue value is 78 (30.86% from 255 or 14.83% from 526); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C74E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C74E is #0638B1. Grayscale: #C8C8C8. Windows color (decimal): -407730 or 5163001. OLE color: 5163001.

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

Color convert

RGB 249 199 78 -
CMYK 0 0.20 0.69 0.02
HSL 42.46º 0.93% 0.64% -
HSV(B) 42.46º 0.69% 0.98% -
XYZ 60.87 61.54 15.88 -
YUV 200.16 59.07 162.84 -
System Red Green Blue C M Y K H S L
Decimal 249 199 78 0 0.20 0.69 0.02 42.46 0.93 0.64
Hex F9 C7 4E 0 14 45 2 2A 5D 40
Octal 371 307 116 0 24 105 2 52 135 100
Binary 11111001 11000111 1001110 0 10100 1000101 10 101010 1011101 1000000

Color Harmonies of #F9C74E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C74E

Black with #F9C74E

Text Example


Text Example

White with #F9C74E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C74E; }

 p { color: rgb(249,199,78); }

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

background-color css

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

 a { background-color: rgb(249,199,78); }

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

border-color css

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

 span { border-color: rgb(249,199,78); }

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