Html Css Color HEX #F6CB6A Grandis

📋 copy color: '#F6CB6A'

red 246 ◦ green 203 ◦ blue 106

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

Shades of Grandis #F6CB6A

Tints of Grandis #F6CB6A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.58%

 BLUE value IS 106 (41.8% from 255) = 19.1%

R = 44.32%
G = 36.58%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F6CB6A (or 0xF6CB6A) is known color: Grandis. HEX triplet: F6, CB and 6A. RGB value is (246,203,106). Sum of RGB (Red+Green+Blue) = 246+203+106=555 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.32% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 106 (41.80% from 255 or 19.10% from 555); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CB6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6CB6A is #093495. Grayscale: #CDCDCD. Windows color (decimal): -603286 or 6999030. OLE color: 6999030.

HSL color Cylindrical-coordinate representation of color #F6CB6A: hue angle of 41.57º 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 #F6CB6A is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 203 106 -
CMYK 0 0.17 0.57 0.04
HSL 41.57º 0.89% 0.69% -
HSV(B) 41.57º 0.57% 0.96% -
XYZ 61.96 63.35 22.6 -
YUV 204.8 72.25 157.39 -
System Red Green Blue C M Y K H S L
Decimal 246 203 106 0 0.17 0.57 0.04 41.57 0.89 0.69
Hex F6 CB 6A 0 11 39 4 2A 59 45
Octal 366 313 152 0 21 71 4 52 131 105
Binary 11110110 11001011 1101010 0 10001 111001 100 101010 1011001 1000101

Color Harmonies of #F6CB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CB6A

Black with #F6CB6A

Text Example


Text Example

White with #F6CB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CB6A; }

 p { color: rgb(246,203,106); }

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

background-color css

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

 a { background-color: rgb(246,203,106); }

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

border-color css

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

 span { border-color: rgb(246,203,106); }

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