Html Css Color HEX #F8C55E Golden Tainoi

📋 copy color: '#F8C55E'

red 248 ◦ green 197 ◦ blue 94

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

Shades of Golden Tainoi #F8C55E

Tints of Golden Tainoi #F8C55E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.44%

R = 46.01%
G = 36.55%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F8C55E (or 0xF8C55E) is known color: Golden Tainoi. HEX triplet: F8, C5 and 5E. RGB value is (248,197,94). Sum of RGB (Red+Green+Blue) = 248+197+94=539 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.01% from 539); Green value is 197 (77.34% from 255 or 36.55% from 539); Blue value is 94 (37.11% from 255 or 17.44% from 539); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C55E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C55E is #073AA1. Grayscale: #C8C8C8. Windows color (decimal): -473762 or 6211064. OLE color: 6211064.

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

Color convert

RGB 248 197 94 -
CMYK 0 0.21 0.62 0.03
HSL 40.13º 0.92% 0.67% -
HSV(B) 40.13º 0.62% 0.97% -
XYZ 60.7 60.7 19.11 -
YUV 200.51 67.9 161.88 -
System Red Green Blue C M Y K H S L
Decimal 248 197 94 0 0.21 0.62 0.03 40.13 0.92 0.67
Hex F8 C5 5E 0 15 3E 3 28 5C 43
Octal 370 305 136 0 25 76 3 50 134 103
Binary 11111000 11000101 1011110 0 10101 111110 11 101000 1011100 1000011

Color Harmonies of #F8C55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C55E

Black with #F8C55E

Text Example


Text Example

White with #F8C55E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C55E; }

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

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

background-color css

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

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

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

border-color css

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

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

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