Html Css Color HEX #F6C058 Golden Tainoi

📋 copy color: '#F6C058'

red 246 ◦ green 192 ◦ blue 88

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

Shades of Golden Tainoi #F6C058

Tints of Golden Tainoi #F6C058

RGB

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

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

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

R = 46.77%
G = 36.5%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#F6C058 (or 0xF6C058) is known color: Golden Tainoi. HEX triplet: F6, C0 and 58. RGB value is (246,192,88). Sum of RGB (Red+Green+Blue) = 246+192+88=526 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.77% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 88 (34.77% from 255 or 16.73% from 526); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C058 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C058 is #093FA7. Grayscale: #C4C4C4. Windows color (decimal): -606120 or 5816566. OLE color: 5816566.

HSL color Cylindrical-coordinate representation of color #F6C058: hue angle of 39.49º 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 #F6C058 is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 192 88 -
CMYK 0 0.22 0.64 0.04
HSL 39.49º 0.9% 0.65% -
HSV(B) 39.49º 0.64% 0.96% -
XYZ 58.62 58 17.34 -
YUV 196.29 66.89 163.46 -
System Red Green Blue C M Y K H S L
Decimal 246 192 88 0 0.22 0.64 0.04 39.49 0.9 0.65
Hex F6 C0 58 0 16 40 4 27 5A 41
Octal 366 300 130 0 26 100 4 47 132 101
Binary 11110110 11000000 1011000 0 10110 1000000 100 100111 1011010 1000001

Color Harmonies of #F6C058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C058

Black with #F6C058

Text Example


Text Example

White with #F6C058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C058; }

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

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

background-color css

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

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

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

border-color css

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

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

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