Html Css Color HEX #F8C86D Grandis

📋 copy color: '#F8C86D'

red 248 ◦ green 200 ◦ blue 109

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

Shades of Grandis #F8C86D

Tints of Grandis #F8C86D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.91%

 BLUE value IS 109 (42.97% from 255) = 19.57%

R = 44.52%
G = 35.91%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F8C86D (or 0xF8C86D) is known color: Grandis. HEX triplet: F8, C8 and 6D. RGB value is (248,200,109). Sum of RGB (Red+Green+Blue) = 248+200+109=557 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.52% from 557); Green value is 200 (78.52% from 255 or 35.91% from 557); Blue value is 109 (42.97% from 255 or 19.57% from 557); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C86D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C86D is #073792. Grayscale: #CCCCCC. Windows color (decimal): -472979 or 7194872. OLE color: 7194872.

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

Color convert

RGB 248 200 109 -
CMYK 0 0.19 0.56 0.03
HSL 39.28º 0.91% 0.7% -
HSV(B) 39.28º 0.56% 0.97% -
XYZ 62.13 62.37 23.23 -
YUV 203.98 74.4 159.4 -
System Red Green Blue C M Y K H S L
Decimal 248 200 109 0 0.19 0.56 0.03 39.28 0.91 0.7
Hex F8 C8 6D 0 13 38 3 27 5B 46
Octal 370 310 155 0 23 70 3 47 133 106
Binary 11111000 11001000 1101101 0 10011 111000 11 100111 1011011 1000110

Color Harmonies of #F8C86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C86D

Black with #F8C86D

Text Example


Text Example

White with #F8C86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C86D; }

 p { color: rgb(248,200,109); }

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

background-color css

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

 a { background-color: rgb(248,200,109); }

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

border-color css

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

 span { border-color: rgb(248,200,109); }

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