Html Css Color HEX #F6C55F Golden Tainoi

📋 copy color: '#F6C55F'

red 246 ◦ green 197 ◦ blue 95

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

Shades of Golden Tainoi #F6C55F

Tints of Golden Tainoi #F6C55F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.62%

 BLUE value IS 95 (37.5% from 255) = 17.66%

R = 45.72%
G = 36.62%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F6C55F (or 0xF6C55F) is known color: Golden Tainoi. HEX triplet: F6, C5 and 5F. RGB value is (246,197,95). Sum of RGB (Red+Green+Blue) = 246+197+95=538 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.72% from 538); Green value is 197 (77.34% from 255 or 36.62% from 538); Blue value is 95 (37.5% from 255 or 17.66% from 538); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C55F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C55F is #093AA0. Grayscale: #C8C8C8. Windows color (decimal): -604833 or 6276598. OLE color: 6276598.

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

Color convert

RGB 246 197 95 -
CMYK 0 0.20 0.61 0.04
HSL 40.53º 0.89% 0.67% -
HSV(B) 40.53º 0.61% 0.96% -
XYZ 60.04 60.35 19.31 -
YUV 200.02 68.73 160.79 -
System Red Green Blue C M Y K H S L
Decimal 246 197 95 0 0.20 0.61 0.04 40.53 0.89 0.67
Hex F6 C5 5F 0 14 3D 4 29 59 43
Octal 366 305 137 0 24 75 4 51 131 103
Binary 11110110 11000101 1011111 0 10100 111101 100 101001 1011001 1000011

Color Harmonies of #F6C55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C55F

Black with #F6C55F

Text Example


Text Example

White with #F6C55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C55F; }

 p { color: rgb(246,197,95); }

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

background-color css

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

 a { background-color: rgb(246,197,95); }

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

border-color css

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

 span { border-color: rgb(246,197,95); }

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