Html Css Color HEX #F8C04E Golden Tainoi

📋 copy color: '#F8C04E'

red 248 ◦ green 192 ◦ blue 78

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

Shades of Golden Tainoi #F8C04E

Tints of Golden Tainoi #F8C04E

RGB

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

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

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

R = 47.88%
G = 37.07%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F8C04E (or 0xF8C04E) is known color: Golden Tainoi. HEX triplet: F8, C0 and 4E. RGB value is (248,192,78). Sum of RGB (Red+Green+Blue) = 248+192+78=518 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.88% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 78 (30.86% from 255 or 15.06% from 518); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C04E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C04E is #073FB1. Grayscale: #C4C4C4. Windows color (decimal): -475058 or 5161208. OLE color: 5161208.

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

Color convert

RGB 248 192 78 -
CMYK 0 0.23 0.69 0.03
HSL 40.24º 0.92% 0.64% -
HSV(B) 40.24º 0.69% 0.97% -
XYZ 58.94 58.21 15.34 -
YUV 195.75 61.55 165.27 -
System Red Green Blue C M Y K H S L
Decimal 248 192 78 0 0.23 0.69 0.03 40.24 0.92 0.64
Hex F8 C0 4E 0 17 45 3 28 5C 40
Octal 370 300 116 0 27 105 3 50 134 100
Binary 11111000 11000000 1001110 0 10111 1000101 11 101000 1011100 1000000

Color Harmonies of #F8C04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C04E

Black with #F8C04E

Text Example


Text Example

White with #F8C04E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C04E; }

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

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

background-color css

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

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

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

border-color css

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

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

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