Html Css Color HEX #F8CE76 Grandis

📋 copy color: '#F8CE76'

red 248 ◦ green 206 ◦ blue 118

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

Shades of Grandis #F8CE76

Tints of Grandis #F8CE76

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.01%

 BLUE value IS 118 (46.48% from 255) = 20.63%

R = 43.36%
G = 36.01%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F8CE76 (or 0xF8CE76) is known color: Grandis. HEX triplet: F8, CE and 76. RGB value is (248,206,118). Sum of RGB (Red+Green+Blue) = 248+206+118=572 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.36% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 118 (46.48% from 255 or 20.63% from 572); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CE76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CE76 is #073189. Grayscale: #D0D0D0. Windows color (decimal): -471434 or 7786232. OLE color: 7786232.

HSL color Cylindrical-coordinate representation of color #F8CE76: hue angle of 40.62º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F8CE76 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 206 118 -
CMYK 0 0.17 0.52 0.03
HSL 40.62º 0.9% 0.72% -
HSV(B) 40.62º 0.52% 0.97% -
XYZ 64.05 65.41 26.39 -
YUV 208.53 76.91 156.16 -
System Red Green Blue C M Y K H S L
Decimal 248 206 118 0 0.17 0.52 0.03 40.62 0.9 0.72
Hex F8 CE 76 0 11 34 3 29 5A 48
Octal 370 316 166 0 21 64 3 51 132 110
Binary 11111000 11001110 1110110 0 10001 110100 11 101001 1011010 1001000

Color Harmonies of #F8CE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CE76

Black with #F8CE76

Text Example


Text Example

White with #F8CE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CE76; }

 p { color: rgb(248,206,118); }

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

background-color css

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

 a { background-color: rgb(248,206,118); }

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

border-color css

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

 span { border-color: rgb(248,206,118); }

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