Html Css Color HEX #F8C449 Golden Tainoi

📋 copy color: '#F8C449'

red 248 ◦ green 196 ◦ blue 73

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

Shades of Golden Tainoi #F8C449

Tints of Golden Tainoi #F8C449

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.91%

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

R = 47.97%
G = 37.91%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#F8C449 (or 0xF8C449) is known color: Golden Tainoi. HEX triplet: F8, C4 and 49. RGB value is (248,196,73). Sum of RGB (Red+Green+Blue) = 248+196+73=517 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.97% from 517); Green value is 196 (76.95% from 255 or 37.91% from 517); Blue value is 73 (28.91% from 255 or 14.12% from 517); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C449 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C449 is #073BB6. Grayscale: #C6C6C6. Windows color (decimal): -474039 or 4834552. OLE color: 4834552.

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

Color convert

RGB 248 196 73 -
CMYK 0 0.21 0.71 0.03
HSL 42.17º 0.93% 0.63% -
HSV(B) 42.17º 0.71% 0.97% -
XYZ 59.65 59.92 14.72 -
YUV 197.53 57.73 164 -
System Red Green Blue C M Y K H S L
Decimal 248 196 73 0 0.21 0.71 0.03 42.17 0.93 0.63
Hex F8 C4 49 0 15 47 3 2A 5D 3F
Octal 370 304 111 0 25 107 3 52 135 77
Binary 11111000 11000100 1001001 0 10101 1000111 11 101010 1011101 111111

Color Harmonies of #F8C449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C449

Black with #F8C449

Text Example


Text Example

White with #F8C449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C449; }

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

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

background-color css

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

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

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

border-color css

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

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

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