Html Css Color HEX #F8C257 Golden Tainoi

📋 copy color: '#F8C257'

red 248 ◦ green 194 ◦ blue 87

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

Shades of Golden Tainoi #F8C257

Tints of Golden Tainoi #F8C257

RGB

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

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

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

R = 46.88%
G = 36.67%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.03

RGB Variations

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

Color information

#F8C257 (or 0xF8C257) is known color: Golden Tainoi. HEX triplet: F8, C2 and 57. RGB value is (248,194,87). Sum of RGB (Red+Green+Blue) = 248+194+87=529 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.88% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 87 (34.38% from 255 or 16.45% from 529); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C257 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C257 is #073DA8. Grayscale: #C6C6C6. Windows color (decimal): -474537 or 5751544. OLE color: 5751544.

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

Color convert

RGB 248 194 87 -
CMYK 0 0.22 0.65 0.03
HSL 39.88º 0.92% 0.66% -
HSV(B) 39.88º 0.65% 0.97% -
XYZ 59.72 59.23 17.3 -
YUV 197.95 65.39 163.7 -
System Red Green Blue C M Y K H S L
Decimal 248 194 87 0 0.22 0.65 0.03 39.88 0.92 0.66
Hex F8 C2 57 0 16 41 3 28 5C 42
Octal 370 302 127 0 26 101 3 50 134 102
Binary 11111000 11000010 1010111 0 10110 1000001 11 101000 1011100 1000010

Color Harmonies of #F8C257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C257

Black with #F8C257

Text Example


Text Example

White with #F8C257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C257; }

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

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

background-color css

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

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

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

border-color css

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

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

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