Html Css Color HEX #F8C249 Golden Tainoi

📋 copy color: '#F8C249'

red 248 ◦ green 194 ◦ blue 73

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

Shades of Golden Tainoi #F8C249

Tints of Golden Tainoi #F8C249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 14.17%

R = 48.16%
G = 37.67%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#F8C249 (or 0xF8C249) is known color: Golden Tainoi. HEX triplet: F8, C2 and 49. RGB value is (248,194,73). Sum of RGB (Red+Green+Blue) = 248+194+73=515 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.16% from 515); Green value is 194 (76.17% from 255 or 37.67% from 515); Blue value is 73 (28.91% from 255 or 14.17% from 515); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C249 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C249 is #073DB6. Grayscale: #C4C4C4. Windows color (decimal): -474551 or 4834040. OLE color: 4834040.

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

Color convert

RGB 248 194 73 -
CMYK 0 0.22 0.71 0.03
HSL 41.49º 0.93% 0.63% -
HSV(B) 41.49º 0.71% 0.97% -
XYZ 59.21 59.02 14.58 -
YUV 196.35 58.39 164.84 -
System Red Green Blue C M Y K H S L
Decimal 248 194 73 0 0.22 0.71 0.03 41.49 0.93 0.63
Hex F8 C2 49 0 16 47 3 29 5D 3F
Octal 370 302 111 0 26 107 3 51 135 77
Binary 11111000 11000010 1001001 0 10110 1000111 11 101001 1011101 111111

Color Harmonies of #F8C249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C249

Black with #F8C249

Text Example


Text Example

White with #F8C249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C249; }

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

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

background-color css

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

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

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

border-color css

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

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

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