Html Css Color HEX #F8C96B Grandis

📋 copy color: '#F8C96B'

red 248 ◦ green 201 ◦ blue 107

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

Shades of Grandis #F8C96B

Tints of Grandis #F8C96B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.15%

 BLUE value IS 107 (42.19% from 255) = 19.24%

R = 44.6%
G = 36.15%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F8C96B (or 0xF8C96B) is known color: Grandis. HEX triplet: F8, C9 and 6B. RGB value is (248,201,107). Sum of RGB (Red+Green+Blue) = 248+201+107=556 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.60% from 556); Green value is 201 (78.91% from 255 or 36.15% from 556); Blue value is 107 (42.19% from 255 or 19.24% from 556); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C96B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C96B is #073694. Grayscale: #CCCCCC. Windows color (decimal): -472725 or 7064056. OLE color: 7064056.

HSL color Cylindrical-coordinate representation of color #F8C96B: hue angle of 40º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F8C96B is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 201 107 -
CMYK 0 0.19 0.57 0.03
HSL 40º 0.91% 0.7% -
HSV(B) 40º 0.57% 0.97% -
XYZ 62.25 62.79 22.75 -
YUV 204.34 73.07 159.14 -
System Red Green Blue C M Y K H S L
Decimal 248 201 107 0 0.19 0.57 0.03 40 0.91 0.7
Hex F8 C9 6B 0 13 39 3 28 5B 46
Octal 370 311 153 0 23 71 3 50 133 106
Binary 11111000 11001001 1101011 0 10011 111001 11 101000 1011011 1000110

Color Harmonies of #F8C96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C96B

Black with #F8C96B

Text Example


Text Example

White with #F8C96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C96B; }

 p { color: rgb(248,201,107); }

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

background-color css

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

 a { background-color: rgb(248,201,107); }

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

border-color css

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

 span { border-color: rgb(248,201,107); }

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