Html Css Color HEX #F6CC6F Grandis

📋 copy color: '#F6CC6F'

red 246 ◦ green 204 ◦ blue 111

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

Shades of Grandis #F6CC6F

Tints of Grandis #F6CC6F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.36%

 BLUE value IS 111 (43.75% from 255) = 19.79%

R = 43.85%
G = 36.36%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F6CC6F (or 0xF6CC6F) is known color: Grandis. HEX triplet: F6, CC and 6F. RGB value is (246,204,111). Sum of RGB (Red+Green+Blue) = 246+204+111=561 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.85% from 561); Green value is 204 (80.08% from 255 or 36.36% from 561); Blue value is 111 (43.75% from 255 or 19.79% from 561); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CC6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6CC6F is #093390. Grayscale: #CECECE. Windows color (decimal): -603025 or 7326966. OLE color: 7326966.

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

Color convert

RGB 246 204 111 -
CMYK 0 0.17 0.55 0.04
HSL 41.33º 0.88% 0.7% -
HSV(B) 41.33º 0.55% 0.96% -
XYZ 62.47 63.93 24.09 -
YUV 205.96 74.41 156.56 -
System Red Green Blue C M Y K H S L
Decimal 246 204 111 0 0.17 0.55 0.04 41.33 0.88 0.7
Hex F6 CC 6F 0 11 37 4 29 58 46
Octal 366 314 157 0 21 67 4 51 130 106
Binary 11110110 11001100 1101111 0 10001 110111 100 101001 1011000 1000110

Color Harmonies of #F6CC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CC6F

Black with #F6CC6F

Text Example


Text Example

White with #F6CC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CC6F; }

 p { color: rgb(246,204,111); }

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

background-color css

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

 a { background-color: rgb(246,204,111); }

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

border-color css

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

 span { border-color: rgb(246,204,111); }

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