Html Css Color HEX #F6C568 Grandis

📋 copy color: '#F6C568'

red 246 ◦ green 197 ◦ blue 104

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

Shades of Grandis #F6C568

Tints of Grandis #F6C568

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.01%

 BLUE value IS 104 (41.02% from 255) = 19.01%

R = 44.97%
G = 36.01%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F6C568 (or 0xF6C568) is known color: Grandis. HEX triplet: F6, C5 and 68. RGB value is (246,197,104). Sum of RGB (Red+Green+Blue) = 246+197+104=547 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.97% from 547); Green value is 197 (77.34% from 255 or 36.01% from 547); Blue value is 104 (41.02% from 255 or 19.01% from 547); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C568 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C568 is #093A97. Grayscale: #C9C9C9. Windows color (decimal): -604824 or 6866422. OLE color: 6866422.

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

Color convert

RGB 246 197 104 -
CMYK 0 0.20 0.58 0.04
HSL 39.3º 0.89% 0.69% -
HSV(B) 39.3º 0.58% 0.96% -
XYZ 60.47 60.52 21.59 -
YUV 201.05 73.23 160.06 -
System Red Green Blue C M Y K H S L
Decimal 246 197 104 0 0.20 0.58 0.04 39.3 0.89 0.69
Hex F6 C5 68 0 14 3A 4 27 59 45
Octal 366 305 150 0 24 72 4 47 131 105
Binary 11110110 11000101 1101000 0 10100 111010 100 100111 1011001 1000101

Color Harmonies of #F6C568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C568

Black with #F6C568

Text Example


Text Example

White with #F6C568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C568; }

 p { color: rgb(246,197,104); }

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

background-color css

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

 a { background-color: rgb(246,197,104); }

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

border-color css

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

 span { border-color: rgb(246,197,104); }

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