Html Css Color HEX #F7C86C Grandis

📋 copy color: '#F7C86C'

red 247 ◦ green 200 ◦ blue 108

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

Shades of Grandis #F7C86C

Tints of Grandis #F7C86C

RGB

 RED value IS 247 (96.88% from 255) = 44.5%

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

 BLUE value IS 108 (42.58% from 255) = 19.46%

R = 44.5%
G = 36.04%
B = 19.46%

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

#F7C86C (or 0xF7C86C) is known color: Grandis. HEX triplet: F7, C8 and 6C. RGB value is (247,200,108). Sum of RGB (Red+Green+Blue) = 247+200+108=555 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.50% from 555); Green value is 200 (78.52% from 255 or 36.04% from 555); Blue value is 108 (42.58% from 255 or 19.46% from 555); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C86C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C86C is #083793. Grayscale: #CBCBCB. Windows color (decimal): -538516 or 7129335. OLE color: 7129335.

HSL color Cylindrical-coordinate representation of color #F7C86C: hue angle of 39.71º degrees, saturation: 0.9, 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 #F7C86C is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 200 108 -
CMYK 0 0.19 0.56 0.03
HSL 39.71º 0.9% 0.7% -
HSV(B) 39.71º 0.56% 0.97% -
XYZ 61.72 62.17 22.93 -
YUV 203.57 74.07 158.98 -
System Red Green Blue C M Y K H S L
Decimal 247 200 108 0 0.19 0.56 0.03 39.71 0.9 0.7
Hex F7 C8 6C 0 13 38 3 28 5A 46
Octal 367 310 154 0 23 70 3 50 132 106
Binary 11110111 11001000 1101100 0 10011 111000 11 101000 1011010 1000110

Color Harmonies of #F7C86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C86C

Black with #F7C86C

Text Example


Text Example

White with #F7C86C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C86C; }

 p { color: rgb(247,200,108); }

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

background-color css

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

 a { background-color: rgb(247,200,108); }

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

border-color css

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

 span { border-color: rgb(247,200,108); }

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