Html Css Color HEX #F8C259 Golden Tainoi

📋 copy color: '#F8C259'

red 248 ◦ green 194 ◦ blue 89

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

Shades of Golden Tainoi #F8C259

Tints of Golden Tainoi #F8C259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 16.76%

R = 46.7%
G = 36.53%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#F8C259 (or 0xF8C259) is known color: Golden Tainoi. HEX triplet: F8, C2 and 59. RGB value is (248,194,89). Sum of RGB (Red+Green+Blue) = 248+194+89=531 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.70% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 89 (35.16% from 255 or 16.76% from 531); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C259 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C259 is #073DA6. Grayscale: #C6C6C6. Windows color (decimal): -474535 or 5882616. OLE color: 5882616.

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

Color convert

RGB 248 194 89 -
CMYK 0 0.22 0.64 0.03
HSL 39.62º 0.92% 0.66% -
HSV(B) 39.62º 0.64% 0.97% -
XYZ 59.81 59.26 17.74 -
YUV 198.18 66.39 163.54 -
System Red Green Blue C M Y K H S L
Decimal 248 194 89 0 0.22 0.64 0.03 39.62 0.92 0.66
Hex F8 C2 59 0 16 40 3 28 5C 42
Octal 370 302 131 0 26 100 3 50 134 102
Binary 11111000 11000010 1011001 0 10110 1000000 11 101000 1011100 1000010

Color Harmonies of #F8C259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C259

Black with #F8C259

Text Example


Text Example

White with #F8C259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C259; }

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

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

background-color css

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

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

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

border-color css

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

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

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