Html Css Color HEX #F6C772 Grandis

📋 copy color: '#F6C772'

red 246 ◦ green 199 ◦ blue 114

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

Shades of Grandis #F6C772

Tints of Grandis #F6C772

RGB

 RED value IS 246 (96.48% from 255) = 44.01%

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

 BLUE value IS 114 (44.92% from 255) = 20.39%

R = 44.01%
G = 35.6%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F6C772 (or 0xF6C772) is known color: Grandis. HEX triplet: F6, C7 and 72. RGB value is (246,199,114). Sum of RGB (Red+Green+Blue) = 246+199+114=559 (74% of max value = 765). Red value is 246 (96.48% from 255 or 44.01% from 559); Green value is 199 (78.12% from 255 or 35.60% from 559); Blue value is 114 (44.92% from 255 or 20.39% from 559); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C772 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C772 is #09388D. Grayscale: #CBCBCB. Windows color (decimal): -604302 or 7522294. OLE color: 7522294.

HSL color Cylindrical-coordinate representation of color #F6C772: hue angle of 38.64º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F6C772 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 199 114 -
CMYK 0 0.19 0.54 0.04
HSL 38.64º 0.88% 0.71% -
HSV(B) 38.64º 0.54% 0.96% -
XYZ 61.47 61.65 24.58 -
YUV 203.36 77.57 158.41 -
System Red Green Blue C M Y K H S L
Decimal 246 199 114 0 0.19 0.54 0.04 38.64 0.88 0.71
Hex F6 C7 72 0 13 36 4 27 58 47
Octal 366 307 162 0 23 66 4 47 130 107
Binary 11110110 11000111 1110010 0 10011 110110 100 100111 1011000 1000111

Color Harmonies of #F6C772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C772

Black with #F6C772

Text Example


Text Example

White with #F6C772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C772; }

 p { color: rgb(246,199,114); }

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

background-color css

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

 a { background-color: rgb(246,199,114); }

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

border-color css

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

 span { border-color: rgb(246,199,114); }

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