Html Css Color HEX #F8C64F Golden Tainoi

📋 copy color: '#F8C64F'

red 248 ◦ green 198 ◦ blue 79

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

Shades of Golden Tainoi #F8C64F

Tints of Golden Tainoi #F8C64F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.71%

 BLUE value IS 79 (31.25% from 255) = 15.05%

R = 47.24%
G = 37.71%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F8C64F (or 0xF8C64F) is known color: Golden Tainoi. HEX triplet: F8, C6 and 4F. RGB value is (248,198,79). Sum of RGB (Red+Green+Blue) = 248+198+79=525 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.24% from 525); Green value is 198 (77.73% from 255 or 37.71% from 525); Blue value is 79 (31.25% from 255 or 15.05% from 525); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C64F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C64F is #0739B0. Grayscale: #C7C7C7. Windows color (decimal): -473521 or 5228280. OLE color: 5228280.

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

Color convert

RGB 248 198 79 -
CMYK 0 0.20 0.68 0.03
HSL 42.25º 0.92% 0.64% -
HSV(B) 42.25º 0.68% 0.97% -
XYZ 60.32 60.91 15.97 -
YUV 199.38 60.07 162.68 -
System Red Green Blue C M Y K H S L
Decimal 248 198 79 0 0.20 0.68 0.03 42.25 0.92 0.64
Hex F8 C6 4F 0 14 44 3 2A 5C 40
Octal 370 306 117 0 24 104 3 52 134 100
Binary 11111000 11000110 1001111 0 10100 1000100 11 101010 1011100 1000000

Color Harmonies of #F8C64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C64F

Black with #F8C64F

Text Example


Text Example

White with #F8C64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C64F; }

 p { color: rgb(248,198,79); }

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

background-color css

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

 a { background-color: rgb(248,198,79); }

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

border-color css

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

 span { border-color: rgb(248,198,79); }

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