Html Css Color HEX #FFC66A Grandis

📋 copy color: '#FFC66A'

red 255 ◦ green 198 ◦ blue 106

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

Shades of Grandis #FFC66A

Tints of Grandis #FFC66A

RGB

 RED value IS 255 (100% from 255) = 45.62%

 GREEN value IS 198 (77.73% from 255) = 35.42%

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

R = 45.62%
G = 35.42%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FFC66A (or 0xFFC66A) is known color: Grandis. HEX triplet: FF, C6 and 6A. RGB value is (255,198,106). Sum of RGB (Red+Green+Blue) = 255+198+106=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 198 (77.73% from 255 or 35.42% from 559); Blue value is 106 (41.80% from 255 or 18.96% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC66A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC66A is #003995. Grayscale: #CCCCCC. Windows color (decimal): -14742 or 6997759. OLE color: 6997759.

HSL color Cylindrical-coordinate representation of color #FFC66A: hue angle of 37.05º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FFC66A is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.

Color convert

RGB 255 198 106 -
CMYK 0 0.22 0.58 0
HSL 37.05º 1% 0.71% -
HSV(B) 37.05º 0.58% 1% -
XYZ 64.04 62.69 22.36 -
YUV 204.56 72.38 163.98 -
System Red Green Blue C M Y K H S L
Decimal 255 198 106 0 0.22 0.58 0 37.05 1 0.71
Hex FF C6 6A 0 16 3A 0 25 64 47
Octal 377 306 152 0 26 72 0 45 144 107
Binary 11111111 11000110 1101010 0 10110 111010 0 100101 1100100 1000111

Color Harmonies of #FFC66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC66A

Black with #FFC66A

Text Example


Text Example

White with #FFC66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC66A; }

 p { color: rgb(255,198,106); }

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

background-color css

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

 a { background-color: rgb(255,198,106); }

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

border-color css

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

 span { border-color: rgb(255,198,106); }

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