Html Css Color HEX #F8C054 Golden Tainoi

📋 copy color: '#F8C054'

red 248 ◦ green 192 ◦ blue 84

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

Shades of Golden Tainoi #F8C054

Tints of Golden Tainoi #F8C054

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.64%

 BLUE value IS 84 (33.2% from 255) = 16.03%

R = 47.33%
G = 36.64%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F8C054 (or 0xF8C054) is known color: Golden Tainoi. HEX triplet: F8, C0 and 54. RGB value is (248,192,84). Sum of RGB (Red+Green+Blue) = 248+192+84=524 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.33% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 84 (33.20% from 255 or 16.03% from 524); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C054 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C054 is #073FAB. Grayscale: #C4C4C4. Windows color (decimal): -475052 or 5554424. OLE color: 5554424.

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

Color convert

RGB 248 192 84 -
CMYK 0 0.23 0.66 0.03
HSL 39.51º 0.92% 0.65% -
HSV(B) 39.51º 0.66% 0.97% -
XYZ 59.16 58.3 16.52 -
YUV 196.43 64.55 164.78 -
System Red Green Blue C M Y K H S L
Decimal 248 192 84 0 0.23 0.66 0.03 39.51 0.92 0.65
Hex F8 C0 54 0 17 42 3 28 5C 41
Octal 370 300 124 0 27 102 3 50 134 101
Binary 11111000 11000000 1010100 0 10111 1000010 11 101000 1011100 1000001

Color Harmonies of #F8C054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C054

Black with #F8C054

Text Example


Text Example

White with #F8C054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C054; }

 p { color: rgb(248,192,84); }

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

background-color css

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

 a { background-color: rgb(248,192,84); }

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

border-color css

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

 span { border-color: rgb(248,192,84); }

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