Html Css Color HEX #F8C557 Golden Tainoi

📋 copy color: '#F8C557'

red 248 ◦ green 197 ◦ blue 87

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

Shades of Golden Tainoi #F8C557

Tints of Golden Tainoi #F8C557

RGB

 RED value IS 248 (97.27% from 255) = 46.62%

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

 BLUE value IS 87 (34.38% from 255) = 16.35%

R = 46.62%
G = 37.03%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.03

RGB Variations

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

Color information

#F8C557 (or 0xF8C557) is known color: Golden Tainoi. HEX triplet: F8, C5 and 57. RGB value is (248,197,87). Sum of RGB (Red+Green+Blue) = 248+197+87=532 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.62% from 532); Green value is 197 (77.34% from 255 or 37.03% from 532); Blue value is 87 (34.38% from 255 or 16.35% from 532); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C557 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C557 is #073AA8. Grayscale: #C8C8C8. Windows color (decimal): -473769 or 5752312. OLE color: 5752312.

HSL color Cylindrical-coordinate representation of color #F8C557: hue angle of 40.99º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F8C557 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 197 87 -
CMYK 0 0.21 0.65 0.03
HSL 40.99º 0.92% 0.66% -
HSV(B) 40.99º 0.65% 0.97% -
XYZ 60.4 60.58 17.53 -
YUV 199.71 64.4 162.44 -
System Red Green Blue C M Y K H S L
Decimal 248 197 87 0 0.21 0.65 0.03 40.99 0.92 0.66
Hex F8 C5 57 0 15 41 3 29 5C 42
Octal 370 305 127 0 25 101 3 51 134 102
Binary 11111000 11000101 1010111 0 10101 1000001 11 101001 1011100 1000010

Color Harmonies of #F8C557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C557

Black with #F8C557

Text Example


Text Example

White with #F8C557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C557; }

 p { color: rgb(248,197,87); }

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

background-color css

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

 a { background-color: rgb(248,197,87); }

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

border-color css

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

 span { border-color: rgb(248,197,87); }

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