Html Css Color HEX #F8C560 Golden Tainoi

📋 copy color: '#F8C560'

red 248 ◦ green 197 ◦ blue 96

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

Shades of Golden Tainoi #F8C560

Tints of Golden Tainoi #F8C560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.74%

R = 45.84%
G = 36.41%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#F8C560 (or 0xF8C560) is known color: Golden Tainoi. HEX triplet: F8, C5 and 60. RGB value is (248,197,96). Sum of RGB (Red+Green+Blue) = 248+197+96=541 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.84% from 541); Green value is 197 (77.34% from 255 or 36.41% from 541); Blue value is 96 (37.89% from 255 or 17.74% from 541); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C560 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C560 is #073A9F. Grayscale: #C9C9C9. Windows color (decimal): -473760 or 6342136. OLE color: 6342136.

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

Color convert

RGB 248 197 96 -
CMYK 0 0.21 0.61 0.03
HSL 39.87º 0.92% 0.67% -
HSV(B) 39.87º 0.61% 0.97% -
XYZ 60.79 60.73 19.59 -
YUV 200.74 68.9 161.71 -
System Red Green Blue C M Y K H S L
Decimal 248 197 96 0 0.21 0.61 0.03 39.87 0.92 0.67
Hex F8 C5 60 0 15 3D 3 28 5C 43
Octal 370 305 140 0 25 75 3 50 134 103
Binary 11111000 11000101 1100000 0 10101 111101 11 101000 1011100 1000011

Color Harmonies of #F8C560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C560

Black with #F8C560

Text Example


Text Example

White with #F8C560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C560; }

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

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

background-color css

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

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

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

border-color css

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

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

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