Html Css Color HEX #F6CF73 Grandis

📋 copy color: '#F6CF73'

red 246 ◦ green 207 ◦ blue 115

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

Shades of Grandis #F6CF73

Tints of Grandis #F6CF73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.25%

R = 43.31%
G = 36.44%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F6CF73 (or 0xF6CF73) is known color: Grandis. HEX triplet: F6, CF and 73. RGB value is (246,207,115). Sum of RGB (Red+Green+Blue) = 246+207+115=568 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.31% from 568); Green value is 207 (81.25% from 255 or 36.44% from 568); Blue value is 115 (45.31% from 255 or 20.25% from 568); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CF73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6CF73 is #09308C. Grayscale: #D0D0D0. Windows color (decimal): -602253 or 7589878. OLE color: 7589878.

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

Color convert

RGB 246 207 115 -
CMYK 0 0.16 0.53 0.04
HSL 42.14º 0.88% 0.71% -
HSV(B) 42.14º 0.53% 0.96% -
XYZ 63.41 65.46 25.51 -
YUV 208.17 75.42 154.98 -
System Red Green Blue C M Y K H S L
Decimal 246 207 115 0 0.16 0.53 0.04 42.14 0.88 0.71
Hex F6 CF 73 0 10 35 4 2A 58 47
Octal 366 317 163 0 20 65 4 52 130 107
Binary 11110110 11001111 1110011 0 10000 110101 100 101010 1011000 1000111

Color Harmonies of #F6CF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CF73

Black with #F6CF73

Text Example


Text Example

White with #F6CF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CF73; }

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

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

background-color css

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

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

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

border-color css

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

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

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