Html Css Color HEX #F6C15B Golden Tainoi

📋 copy color: '#F6C15B'

red 246 ◦ green 193 ◦ blue 91

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

Shades of Golden Tainoi #F6C15B

Tints of Golden Tainoi #F6C15B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.42%

 BLUE value IS 91 (35.94% from 255) = 17.17%

R = 46.42%
G = 36.42%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F6C15B (or 0xF6C15B) is known color: Golden Tainoi. HEX triplet: F6, C1 and 5B. RGB value is (246,193,91). Sum of RGB (Red+Green+Blue) = 246+193+91=530 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.42% from 530); Green value is 193 (75.78% from 255 or 36.42% from 530); Blue value is 91 (35.94% from 255 or 17.17% from 530); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C15B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C15B is #093EA4. Grayscale: #C5C5C5. Windows color (decimal): -605861 or 6013430. OLE color: 6013430.

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

Color convert

RGB 246 193 91 -
CMYK 0 0.22 0.63 0.04
HSL 39.48º 0.9% 0.66% -
HSV(B) 39.48º 0.63% 0.96% -
XYZ 58.96 58.49 18.08 -
YUV 197.22 68.06 162.79 -
System Red Green Blue C M Y K H S L
Decimal 246 193 91 0 0.22 0.63 0.04 39.48 0.9 0.66
Hex F6 C1 5B 0 16 3F 4 27 5A 42
Octal 366 301 133 0 26 77 4 47 132 102
Binary 11110110 11000001 1011011 0 10110 111111 100 100111 1011010 1000010

Color Harmonies of #F6C15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C15B

Black with #F6C15B

Text Example


Text Example

White with #F6C15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C15B; }

 p { color: rgb(246,193,91); }

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

background-color css

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

 a { background-color: rgb(246,193,91); }

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

border-color css

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

 span { border-color: rgb(246,193,91); }

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