Html Css Color HEX #F8C54E Golden Tainoi

📋 copy color: '#F8C54E'

red 248 ◦ green 197 ◦ blue 78

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

Shades of Golden Tainoi #F8C54E

Tints of Golden Tainoi #F8C54E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 14.91%

R = 47.42%
G = 37.67%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F8C54E (or 0xF8C54E) is known color: Golden Tainoi. HEX triplet: F8, C5 and 4E. RGB value is (248,197,78). Sum of RGB (Red+Green+Blue) = 248+197+78=523 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.42% from 523); Green value is 197 (77.34% from 255 or 37.67% from 523); Blue value is 78 (30.86% from 255 or 14.91% from 523); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C54E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C54E is #073AB1. Grayscale: #C7C7C7. Windows color (decimal): -473778 or 5162488. OLE color: 5162488.

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

Color convert

RGB 248 197 78 -
CMYK 0 0.21 0.69 0.03
HSL 42º 0.92% 0.64% -
HSV(B) 42º 0.69% 0.97% -
XYZ 60.05 60.44 15.71 -
YUV 198.68 59.9 163.18 -
System Red Green Blue C M Y K H S L
Decimal 248 197 78 0 0.21 0.69 0.03 42 0.92 0.64
Hex F8 C5 4E 0 15 45 3 2A 5C 40
Octal 370 305 116 0 25 105 3 52 134 100
Binary 11111000 11000101 1001110 0 10101 1000101 11 101010 1011100 1000000

Color Harmonies of #F8C54E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C54E

Black with #F8C54E

Text Example


Text Example

White with #F8C54E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C54E; }

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

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

background-color css

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

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

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

border-color css

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

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

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