Html Css Color HEX #F6C25D Golden Tainoi

📋 copy color: '#F6C25D'

red 246 ◦ green 194 ◦ blue 93

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

Shades of Golden Tainoi #F6C25D

Tints of Golden Tainoi #F6C25D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.45%

R = 46.15%
G = 36.4%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F6C25D (or 0xF6C25D) is known color: Golden Tainoi. HEX triplet: F6, C2 and 5D. RGB value is (246,194,93). Sum of RGB (Red+Green+Blue) = 246+194+93=533 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.15% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 93 (36.72% from 255 or 17.45% from 533); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C25D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C25D is #093DA2. Grayscale: #C6C6C6. Windows color (decimal): -605603 or 6144758. OLE color: 6144758.

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

Color convert

RGB 246 194 93 -
CMYK 0 0.21 0.62 0.04
HSL 39.61º 0.89% 0.66% -
HSV(B) 39.61º 0.62% 0.96% -
XYZ 59.27 58.97 18.61 -
YUV 198.03 68.73 162.21 -
System Red Green Blue C M Y K H S L
Decimal 246 194 93 0 0.21 0.62 0.04 39.61 0.89 0.66
Hex F6 C2 5D 0 15 3E 4 28 59 42
Octal 366 302 135 0 25 76 4 50 131 102
Binary 11110110 11000010 1011101 0 10101 111110 100 101000 1011001 1000010

Color Harmonies of #F6C25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C25D

Black with #F6C25D

Text Example


Text Example

White with #F6C25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C25D; }

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

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

background-color css

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

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

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

border-color css

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

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

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