Html Css Color HEX #F9C45E Golden Tainoi

📋 copy color: '#F9C45E'

red 249 ◦ green 196 ◦ blue 94

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

Shades of Golden Tainoi #F9C45E

Tints of Golden Tainoi #F9C45E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.36%

 BLUE value IS 94 (37.11% from 255) = 17.44%

R = 46.2%
G = 36.36%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#F9C45E (or 0xF9C45E) is known color: Golden Tainoi. HEX triplet: F9, C4 and 5E. RGB value is (249,196,94). Sum of RGB (Red+Green+Blue) = 249+196+94=539 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.20% from 539); Green value is 196 (76.95% from 255 or 36.36% from 539); Blue value is 94 (37.11% from 255 or 17.44% from 539); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C45E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C45E is #063BA1. Grayscale: #C8C8C8. Windows color (decimal): -408482 or 6210809. OLE color: 6210809.

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

Color convert

RGB 249 196 94 -
CMYK 0 0.21 0.62 0.02
HSL 39.48º 0.93% 0.67% -
HSV(B) 39.48º 0.62% 0.98% -
XYZ 60.83 60.43 19.05 -
YUV 200.22 68.06 162.79 -
System Red Green Blue C M Y K H S L
Decimal 249 196 94 0 0.21 0.62 0.02 39.48 0.93 0.67
Hex F9 C4 5E 0 15 3E 2 27 5D 43
Octal 371 304 136 0 25 76 2 47 135 103
Binary 11111001 11000100 1011110 0 10101 111110 10 100111 1011101 1000011

Color Harmonies of #F9C45E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C45E

Black with #F9C45E

Text Example


Text Example

White with #F9C45E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C45E; }

 p { color: rgb(249,196,94); }

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

background-color css

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

 a { background-color: rgb(249,196,94); }

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

border-color css

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

 span { border-color: rgb(249,196,94); }

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