Html Css Color HEX #F8C148 Golden Tainoi

📋 copy color: '#F8C148'

red 248 ◦ green 193 ◦ blue 72

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

Shades of Golden Tainoi #F8C148

Tints of Golden Tainoi #F8C148

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.62%

 BLUE value IS 72 (28.52% from 255) = 14.04%

R = 48.34%
G = 37.62%
B = 14.04%

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

#F8C148 (or 0xF8C148) is known color: Golden Tainoi. HEX triplet: F8, C1 and 48. RGB value is (248,193,72). Sum of RGB (Red+Green+Blue) = 248+193+72=513 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.34% from 513); Green value is 193 (75.78% from 255 or 37.62% from 513); Blue value is 72 (28.52% from 255 or 14.04% from 513); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C148 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C148 is #073EB7. Grayscale: #C4C4C4. Windows color (decimal): -474808 or 4768248. OLE color: 4768248.

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

Color convert

RGB 248 193 72 -
CMYK 0 0.22 0.71 0.03
HSL 41.25º 0.93% 0.63% -
HSV(B) 41.25º 0.71% 0.97% -
XYZ 58.95 58.56 14.33 -
YUV 195.65 58.22 165.34 -
System Red Green Blue C M Y K H S L
Decimal 248 193 72 0 0.22 0.71 0.03 41.25 0.93 0.63
Hex F8 C1 48 0 16 47 3 29 5D 3F
Octal 370 301 110 0 26 107 3 51 135 77
Binary 11111000 11000001 1001000 0 10110 1000111 11 101001 1011101 111111

Color Harmonies of #F8C148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C148

Black with #F8C148

Text Example


Text Example

White with #F8C148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C148; }

 p { color: rgb(248,193,72); }

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

background-color css

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

 a { background-color: rgb(248,193,72); }

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

border-color css

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

 span { border-color: rgb(248,193,72); }

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