Html Css Color HEX #F8C660 Golden Tainoi

📋 copy color: '#F8C660'

red 248 ◦ green 198 ◦ blue 96

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

Shades of Golden Tainoi #F8C660

Tints of Golden Tainoi #F8C660

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.53%

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

R = 45.76%
G = 36.53%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#F8C660 (or 0xF8C660) is known color: Golden Tainoi. HEX triplet: F8, C6 and 60. RGB value is (248,198,96). Sum of RGB (Red+Green+Blue) = 248+198+96=542 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.76% from 542); Green value is 198 (77.73% from 255 or 36.53% from 542); Blue value is 96 (37.89% from 255 or 17.71% from 542); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C660 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C660 is #07399F. Grayscale: #C9C9C9. Windows color (decimal): -473504 or 6342392. OLE color: 6342392.

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

Color convert

RGB 248 198 96 -
CMYK 0 0.20 0.61 0.03
HSL 40.26º 0.92% 0.67% -
HSV(B) 40.26º 0.61% 0.97% -
XYZ 61.02 61.19 19.66 -
YUV 201.32 68.57 161.29 -
System Red Green Blue C M Y K H S L
Decimal 248 198 96 0 0.20 0.61 0.03 40.26 0.92 0.67
Hex F8 C6 60 0 14 3D 3 28 5C 43
Octal 370 306 140 0 24 75 3 50 134 103
Binary 11111000 11000110 1100000 0 10100 111101 11 101000 1011100 1000011

Color Harmonies of #F8C660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C660

Black with #F8C660

Text Example


Text Example

White with #F8C660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C660; }

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

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

background-color css

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

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

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

border-color css

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

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

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