Html Css Color HEX #F8C550 Golden Tainoi

📋 copy color: '#F8C550'

red 248 ◦ green 197 ◦ blue 80

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

Shades of Golden Tainoi #F8C550

Tints of Golden Tainoi #F8C550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.24%

R = 47.24%
G = 37.52%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F8C550 (or 0xF8C550) is known color: Golden Tainoi. HEX triplet: F8, C5 and 50. RGB value is (248,197,80). Sum of RGB (Red+Green+Blue) = 248+197+80=525 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.24% from 525); Green value is 197 (77.34% from 255 or 37.52% from 525); Blue value is 80 (31.64% from 255 or 15.24% from 525); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C550 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C550 is #073AAF. Grayscale: #C7C7C7. Windows color (decimal): -473776 or 5293560. OLE color: 5293560.

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

Color convert

RGB 248 197 80 -
CMYK 0 0.21 0.68 0.03
HSL 41.79º 0.92% 0.64% -
HSV(B) 41.79º 0.68% 0.97% -
XYZ 60.13 60.47 16.09 -
YUV 198.91 60.9 163.01 -
System Red Green Blue C M Y K H S L
Decimal 248 197 80 0 0.21 0.68 0.03 41.79 0.92 0.64
Hex F8 C5 50 0 15 44 3 2A 5C 40
Octal 370 305 120 0 25 104 3 52 134 100
Binary 11111000 11000101 1010000 0 10101 1000100 11 101010 1011100 1000000

Color Harmonies of #F8C550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C550

Black with #F8C550

Text Example


Text Example

White with #F8C550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C550; }

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

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

background-color css

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

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

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

border-color css

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

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

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