Html Css Color HEX #F6C672 Grandis

📋 copy color: '#F6C672'

red 246 ◦ green 198 ◦ blue 114

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

Shades of Grandis #F6C672

Tints of Grandis #F6C672

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.48%

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

R = 44.09%
G = 35.48%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F6C672 (or 0xF6C672) is known color: Grandis. HEX triplet: F6, C6 and 72. RGB value is (246,198,114). Sum of RGB (Red+Green+Blue) = 246+198+114=558 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.09% from 558); Green value is 198 (77.73% from 255 or 35.48% from 558); Blue value is 114 (44.92% from 255 or 20.43% from 558); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C672 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C672 is #09398D. Grayscale: #CBCBCB. Windows color (decimal): -604558 or 7522038. OLE color: 7522038.

HSL color Cylindrical-coordinate representation of color #F6C672: hue angle of 38.18º 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 #F6C672 is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 198 114 -
CMYK 0 0.20 0.54 0.04
HSL 38.18º 0.88% 0.71% -
HSV(B) 38.18º 0.54% 0.96% -
XYZ 61.24 61.2 24.5 -
YUV 202.78 77.9 158.83 -
System Red Green Blue C M Y K H S L
Decimal 246 198 114 0 0.20 0.54 0.04 38.18 0.88 0.71
Hex F6 C6 72 0 14 36 4 26 58 47
Octal 366 306 162 0 24 66 4 46 130 107
Binary 11110110 11000110 1110010 0 10100 110110 100 100110 1011000 1000111

Color Harmonies of #F6C672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C672

Black with #F6C672

Text Example


Text Example

White with #F6C672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C672; }

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

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

background-color css

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

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

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

border-color css

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

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

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