Html Css Color HEX #F9C246 Golden Tainoi

📋 copy color: '#F9C246'

red 249 ◦ green 194 ◦ blue 70

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

Shades of Golden Tainoi #F9C246

Tints of Golden Tainoi #F9C246

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.82%

 BLUE value IS 70 (27.73% from 255) = 13.65%

R = 48.54%
G = 37.82%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#F9C246 (or 0xF9C246) is known color: Golden Tainoi. HEX triplet: F9, C2 and 46. RGB value is (249,194,70). Sum of RGB (Red+Green+Blue) = 249+194+70=513 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.54% from 513); Green value is 194 (76.17% from 255 or 37.82% from 513); Blue value is 70 (27.73% from 255 or 13.65% from 513); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C246 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C246 is #063DB9. Grayscale: #C4C4C4. Windows color (decimal): -409018 or 4637433. OLE color: 4637433.

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

Color convert

RGB 249 194 70 -
CMYK 0 0.22 0.72 0.02
HSL 41.56º 0.94% 0.63% -
HSV(B) 41.56º 0.72% 0.98% -
XYZ 59.46 59.17 14.08 -
YUV 196.31 56.72 165.58 -
System Red Green Blue C M Y K H S L
Decimal 249 194 70 0 0.22 0.72 0.02 41.56 0.94 0.63
Hex F9 C2 46 0 16 48 2 2A 5E 3F
Octal 371 302 106 0 26 110 2 52 136 77
Binary 11111001 11000010 1000110 0 10110 1001000 10 101010 1011110 111111

Color Harmonies of #F9C246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C246

Black with #F9C246

Text Example


Text Example

White with #F9C246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C246; }

 p { color: rgb(249,194,70); }

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

background-color css

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

 a { background-color: rgb(249,194,70); }

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

border-color css

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

 span { border-color: rgb(249,194,70); }

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