Html Css Color HEX #F6CA6B Grandis

📋 copy color: '#F6CA6B'

red 246 ◦ green 202 ◦ blue 107

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

Shades of Grandis #F6CA6B

Tints of Grandis #F6CA6B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.4%

 BLUE value IS 107 (42.19% from 255) = 19.28%

R = 44.32%
G = 36.4%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F6CA6B (or 0xF6CA6B) is known color: Grandis. HEX triplet: F6, CA and 6B. RGB value is (246,202,107). Sum of RGB (Red+Green+Blue) = 246+202+107=555 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.32% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 107 (42.19% from 255 or 19.28% from 555); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CA6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6CA6B is #093594. Grayscale: #CCCCCC. Windows color (decimal): -603541 or 7064310. OLE color: 7064310.

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

Color convert

RGB 246 202 107 -
CMYK 0 0.18 0.57 0.04
HSL 41.01º 0.89% 0.69% -
HSV(B) 41.01º 0.57% 0.96% -
XYZ 61.78 62.9 22.79 -
YUV 204.33 73.08 157.72 -
System Red Green Blue C M Y K H S L
Decimal 246 202 107 0 0.18 0.57 0.04 41.01 0.89 0.69
Hex F6 CA 6B 0 12 39 4 29 59 45
Octal 366 312 153 0 22 71 4 51 131 105
Binary 11110110 11001010 1101011 0 10010 111001 100 101001 1011001 1000101

Color Harmonies of #F6CA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CA6B

Black with #F6CA6B

Text Example


Text Example

White with #F6CA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CA6B; }

 p { color: rgb(246,202,107); }

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

background-color css

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

 a { background-color: rgb(246,202,107); }

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

border-color css

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

 span { border-color: rgb(246,202,107); }

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