Html Css Color HEX #F6CF6C Grandis

📋 copy color: '#F6CF6C'

red 246 ◦ green 207 ◦ blue 108

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

Shades of Grandis #F6CF6C

Tints of Grandis #F6CF6C

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.9%

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

R = 43.85%
G = 36.9%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F6CF6C (or 0xF6CF6C) is known color: Grandis. HEX triplet: F6, CF and 6C. RGB value is (246,207,108). Sum of RGB (Red+Green+Blue) = 246+207+108=561 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.85% from 561); Green value is 207 (81.25% from 255 or 36.90% from 561); Blue value is 108 (42.58% from 255 or 19.25% from 561); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CF6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6CF6C is #093093. Grayscale: #CFCFCF. Windows color (decimal): -602260 or 7131126. OLE color: 7131126.

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

Color convert

RGB 246 207 108 -
CMYK 0 0.16 0.56 0.04
HSL 43.04º 0.88% 0.69% -
HSV(B) 43.04º 0.56% 0.96% -
XYZ 63.03 65.3 23.47 -
YUV 207.38 71.92 155.55 -
System Red Green Blue C M Y K H S L
Decimal 246 207 108 0 0.16 0.56 0.04 43.04 0.88 0.69
Hex F6 CF 6C 0 10 38 4 2B 58 45
Octal 366 317 154 0 20 70 4 53 130 105
Binary 11110110 11001111 1101100 0 10000 111000 100 101011 1011000 1000101

Color Harmonies of #F6CF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CF6C

Black with #F6CF6C

Text Example


Text Example

White with #F6CF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CF6C; }

 p { color: rgb(246,207,108); }

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

background-color css

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

 a { background-color: rgb(246,207,108); }

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

border-color css

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

 span { border-color: rgb(246,207,108); }

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