Html Css Color HEX #F8C661 Golden Tainoi

📋 copy color: '#F8C661'

red 248 ◦ green 198 ◦ blue 97

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

Shades of Golden Tainoi #F8C661

Tints of Golden Tainoi #F8C661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.86%

R = 45.67%
G = 36.46%
B = 17.86%

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

#F8C661 (or 0xF8C661) is known color: Golden Tainoi. HEX triplet: F8, C6 and 61. RGB value is (248,198,97). Sum of RGB (Red+Green+Blue) = 248+198+97=543 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.67% from 543); Green value is 198 (77.73% from 255 or 36.46% from 543); Blue value is 97 (38.28% from 255 or 17.86% from 543); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C661 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C661 is #07399E. Grayscale: #C9C9C9. Windows color (decimal): -473503 or 6407928. OLE color: 6407928.

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

Color convert

RGB 248 198 97 -
CMYK 0 0.20 0.61 0.03
HSL 40.13º 0.92% 0.68% -
HSV(B) 40.13º 0.61% 0.97% -
XYZ 61.06 61.21 19.91 -
YUV 201.44 69.07 161.21 -
System Red Green Blue C M Y K H S L
Decimal 248 198 97 0 0.20 0.61 0.03 40.13 0.92 0.68
Hex F8 C6 61 0 14 3D 3 28 5C 44
Octal 370 306 141 0 24 75 3 50 134 104
Binary 11111000 11000110 1100001 0 10100 111101 11 101000 1011100 1000100

Color Harmonies of #F8C661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C661

Black with #F8C661

Text Example


Text Example

White with #F8C661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C661; }

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

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

background-color css

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

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

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

border-color css

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

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

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