Html Css Color HEX #F8C354 Golden Tainoi

📋 copy color: '#F8C354'

red 248 ◦ green 195 ◦ blue 84

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

Shades of Golden Tainoi #F8C354

Tints of Golden Tainoi #F8C354

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37%

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

R = 47.06%
G = 37%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F8C354 (or 0xF8C354) is known color: Golden Tainoi. HEX triplet: F8, C3 and 54. RGB value is (248,195,84). Sum of RGB (Red+Green+Blue) = 248+195+84=527 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.06% from 527); Green value is 195 (76.56% from 255 or 37.00% from 527); Blue value is 84 (33.20% from 255 or 15.94% from 527); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C354 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C354 is #073CAB. Grayscale: #C6C6C6. Windows color (decimal): -474284 or 5555192. OLE color: 5555192.

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

Color convert

RGB 248 195 84 -
CMYK 0 0.21 0.66 0.03
HSL 40.61º 0.92% 0.65% -
HSV(B) 40.61º 0.66% 0.97% -
XYZ 59.83 59.63 16.74 -
YUV 198.19 63.56 163.53 -
System Red Green Blue C M Y K H S L
Decimal 248 195 84 0 0.21 0.66 0.03 40.61 0.92 0.65
Hex F8 C3 54 0 15 42 3 29 5C 41
Octal 370 303 124 0 25 102 3 51 134 101
Binary 11111000 11000011 1010100 0 10101 1000010 11 101001 1011100 1000001

Color Harmonies of #F8C354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C354

Black with #F8C354

Text Example


Text Example

White with #F8C354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C354; }

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

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

background-color css

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

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

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

border-color css

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

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

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