Html Css Color HEX #F8C764 Grandis

📋 copy color: '#F8C764'

red 248 ◦ green 199 ◦ blue 100

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

Shades of Grandis #F8C764

Tints of Grandis #F8C764

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.38%

 BLUE value IS 100 (39.45% from 255) = 18.28%

R = 45.34%
G = 36.38%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F8C764 (or 0xF8C764) is known color: Grandis. HEX triplet: F8, C7 and 64. RGB value is (248,199,100). Sum of RGB (Red+Green+Blue) = 248+199+100=547 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.34% from 547); Green value is 199 (78.12% from 255 or 36.38% from 547); Blue value is 100 (39.45% from 255 or 18.28% from 547); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C764 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C764 is #07389B. Grayscale: #CACACA. Windows color (decimal): -473244 or 6604792. OLE color: 6604792.

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

Color convert

RGB 248 199 100 -
CMYK 0 0.20 0.60 0.03
HSL 40.14º 0.91% 0.68% -
HSV(B) 40.14º 0.6% 0.97% -
XYZ 61.44 61.72 20.73 -
YUV 202.37 70.23 160.55 -
System Red Green Blue C M Y K H S L
Decimal 248 199 100 0 0.20 0.60 0.03 40.14 0.91 0.68
Hex F8 C7 64 0 14 3C 3 28 5B 44
Octal 370 307 144 0 24 74 3 50 133 104
Binary 11111000 11000111 1100100 0 10100 111100 11 101000 1011011 1000100

Color Harmonies of #F8C764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C764

Black with #F8C764

Text Example


Text Example

White with #F8C764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C764; }

 p { color: rgb(248,199,100); }

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

background-color css

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

 a { background-color: rgb(248,199,100); }

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

border-color css

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

 span { border-color: rgb(248,199,100); }

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