Html Css Color HEX #F6C258 Golden Tainoi

📋 copy color: '#F6C258'

red 246 ◦ green 194 ◦ blue 88

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

Shades of Golden Tainoi #F6C258

Tints of Golden Tainoi #F6C258

RGB

 RED value IS 246 (96.48% from 255) = 46.59%

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

 BLUE value IS 88 (34.77% from 255) = 16.67%

R = 46.59%
G = 36.74%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#F6C258 (or 0xF6C258) is known color: Golden Tainoi. HEX triplet: F6, C2 and 58. RGB value is (246,194,88). Sum of RGB (Red+Green+Blue) = 246+194+88=528 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.59% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 88 (34.77% from 255 or 16.67% from 528); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C258 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C258 is #093DA7. Grayscale: #C5C5C5. Windows color (decimal): -605608 or 5817078. OLE color: 5817078.

HSL color Cylindrical-coordinate representation of color #F6C258: hue angle of 40.25º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F6C258 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 194 88 -
CMYK 0 0.21 0.64 0.04
HSL 40.25º 0.9% 0.65% -
HSV(B) 40.25º 0.64% 0.96% -
XYZ 59.06 58.88 17.48 -
YUV 197.46 66.23 162.62 -
System Red Green Blue C M Y K H S L
Decimal 246 194 88 0 0.21 0.64 0.04 40.25 0.9 0.65
Hex F6 C2 58 0 15 40 4 28 5A 41
Octal 366 302 130 0 25 100 4 50 132 101
Binary 11110110 11000010 1011000 0 10101 1000000 100 101000 1011010 1000001

Color Harmonies of #F6C258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C258

Black with #F6C258

Text Example


Text Example

White with #F6C258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C258; }

 p { color: rgb(246,194,88); }

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

background-color css

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

 a { background-color: rgb(246,194,88); }

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

border-color css

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

 span { border-color: rgb(246,194,88); }

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