Html Css Color HEX #F8C54B Golden Tainoi

📋 copy color: '#F8C54B'

red 248 ◦ green 197 ◦ blue 75

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

Shades of Golden Tainoi #F8C54B

Tints of Golden Tainoi #F8C54B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.42%

R = 47.69%
G = 37.88%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F8C54B (or 0xF8C54B) is known color: Golden Tainoi. HEX triplet: F8, C5 and 4B. RGB value is (248,197,75). Sum of RGB (Red+Green+Blue) = 248+197+75=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 75 (29.69% from 255 or 14.42% from 520); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C54B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C54B is #073AB4. Grayscale: #C6C6C6. Windows color (decimal): -473781 or 4965880. OLE color: 4965880.

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

Color convert

RGB 248 197 75 -
CMYK 0 0.21 0.70 0.03
HSL 42.31º 0.93% 0.63% -
HSV(B) 42.31º 0.7% 0.97% -
XYZ 59.95 60.4 15.15 -
YUV 198.34 58.4 163.42 -
System Red Green Blue C M Y K H S L
Decimal 248 197 75 0 0.21 0.70 0.03 42.31 0.93 0.63
Hex F8 C5 4B 0 15 46 3 2A 5D 3F
Octal 370 305 113 0 25 106 3 52 135 77
Binary 11111000 11000101 1001011 0 10101 1000110 11 101010 1011101 111111

Color Harmonies of #F8C54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C54B

Black with #F8C54B

Text Example


Text Example

White with #F8C54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C54B; }

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

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

background-color css

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

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

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

border-color css

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

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

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