Html Css Color HEX #F6C767 Grandis

📋 copy color: '#F6C767'

red 246 ◦ green 199 ◦ blue 103

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

Shades of Grandis #F6C767

Tints of Grandis #F6C767

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.31%

 BLUE value IS 103 (40.63% from 255) = 18.8%

R = 44.89%
G = 36.31%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F6C767 (or 0xF6C767) is known color: Grandis. HEX triplet: F6, C7 and 67. RGB value is (246,199,103). Sum of RGB (Red+Green+Blue) = 246+199+103=548 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.89% from 548); Green value is 199 (78.12% from 255 or 36.31% from 548); Blue value is 103 (40.62% from 255 or 18.80% from 548); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C767 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C767 is #093898. Grayscale: #CACACA. Windows color (decimal): -604313 or 6801398. OLE color: 6801398.

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

Color convert

RGB 246 199 103 -
CMYK 0 0.19 0.58 0.04
HSL 40.28º 0.89% 0.68% -
HSV(B) 40.28º 0.58% 0.96% -
XYZ 60.88 61.42 21.48 -
YUV 202.11 72.07 159.31 -
System Red Green Blue C M Y K H S L
Decimal 246 199 103 0 0.19 0.58 0.04 40.28 0.89 0.68
Hex F6 C7 67 0 13 3A 4 28 59 44
Octal 366 307 147 0 23 72 4 50 131 104
Binary 11110110 11000111 1100111 0 10011 111010 100 101000 1011001 1000100

Color Harmonies of #F6C767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C767

Black with #F6C767

Text Example


Text Example

White with #F6C767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C767; }

 p { color: rgb(246,199,103); }

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

background-color css

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

 a { background-color: rgb(246,199,103); }

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

border-color css

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

 span { border-color: rgb(246,199,103); }

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