Html Css Color HEX #F7C76C Grandis

📋 copy color: '#F7C76C'

red 247 ◦ green 199 ◦ blue 108

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

Shades of Grandis #F7C76C

Tints of Grandis #F7C76C

RGB

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

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

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

R = 44.58%
G = 35.92%
B = 19.49%

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

#F7C76C (or 0xF7C76C) is known color: Grandis. HEX triplet: F7, C7 and 6C. RGB value is (247,199,108). Sum of RGB (Red+Green+Blue) = 247+199+108=554 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.58% from 554); Green value is 199 (78.12% from 255 or 35.92% from 554); Blue value is 108 (42.58% from 255 or 19.49% from 554); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C76C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C76C is #083893. Grayscale: #CBCBCB. Windows color (decimal): -538772 or 7129079. OLE color: 7129079.

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

Color convert

RGB 247 199 108 -
CMYK 0 0.19 0.56 0.03
HSL 39.28º 0.9% 0.7% -
HSV(B) 39.28º 0.56% 0.97% -
XYZ 61.49 61.7 22.86 -
YUV 202.98 74.4 159.4 -
System Red Green Blue C M Y K H S L
Decimal 247 199 108 0 0.19 0.56 0.03 39.28 0.9 0.7
Hex F7 C7 6C 0 13 38 3 27 5A 46
Octal 367 307 154 0 23 70 3 47 132 106
Binary 11110111 11000111 1101100 0 10011 111000 11 100111 1011010 1000110

Color Harmonies of #F7C76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C76C

Black with #F7C76C

Text Example


Text Example

White with #F7C76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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