Html Css Color HEX #F8C261 Golden Tainoi

📋 copy color: '#F8C261'

red 248 ◦ green 194 ◦ blue 97

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

Shades of Golden Tainoi #F8C261

Tints of Golden Tainoi #F8C261

RGB

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

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

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

R = 46.01%
G = 35.99%
B = 18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#F8C261 (or 0xF8C261) is known color: Golden Tainoi. HEX triplet: F8, C2 and 61. RGB value is (248,194,97). Sum of RGB (Red+Green+Blue) = 248+194+97=539 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.01% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 97 (38.28% from 255 or 18.00% from 539); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C261 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C261 is #073D9E. Grayscale: #C7C7C7. Windows color (decimal): -474527 or 6406904. OLE color: 6406904.

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

Color convert

RGB 248 194 97 -
CMYK 0 0.22 0.61 0.03
HSL 38.54º 0.92% 0.68% -
HSV(B) 38.54º 0.61% 0.97% -
XYZ 60.16 59.4 19.6 -
YUV 199.09 70.39 162.89 -
System Red Green Blue C M Y K H S L
Decimal 248 194 97 0 0.22 0.61 0.03 38.54 0.92 0.68
Hex F8 C2 61 0 16 3D 3 27 5C 44
Octal 370 302 141 0 26 75 3 47 134 104
Binary 11111000 11000010 1100001 0 10110 111101 11 100111 1011100 1000100

Color Harmonies of #F8C261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C261

Black with #F8C261

Text Example


Text Example

White with #F8C261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C261; }

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

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

background-color css

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

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

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

border-color css

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

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

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