Html Css Color HEX #FFC66E Grandis

📋 copy color: '#FFC66E'

red 255 ◦ green 198 ◦ blue 110

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

Shades of Grandis #FFC66E

Tints of Grandis #FFC66E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.54%

R = 45.29%
G = 35.17%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0

RGB Variations

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

Color information

#FFC66E (or 0xFFC66E) is known color: Grandis. HEX triplet: FF, C6 and 6E. RGB value is (255,198,110). Sum of RGB (Red+Green+Blue) = 255+198+110=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 198 (77.73% from 255 or 35.17% from 563); Blue value is 110 (43.36% from 255 or 19.54% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC66E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC66E is #003991. Grayscale: #CDCDCD. Windows color (decimal): -14738 or 7259903. OLE color: 7259903.

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

Color convert

RGB 255 198 110 -
CMYK 0 0.22 0.57 0
HSL 36.41º 1% 0.72% -
HSV(B) 36.41º 0.57% 1% -
XYZ 64.25 62.77 23.48 -
YUV 205.01 74.38 163.66 -
System Red Green Blue C M Y K H S L
Decimal 255 198 110 0 0.22 0.57 0 36.41 1 0.72
Hex FF C6 6E 0 16 39 0 24 64 48
Octal 377 306 156 0 26 71 0 44 144 110
Binary 11111111 11000110 1101110 0 10110 111001 0 100100 1100100 1001000

Color Harmonies of #FFC66E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC66E

Black with #FFC66E

Text Example


Text Example

White with #FFC66E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC66E; }

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

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

background-color css

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

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

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

border-color css

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

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

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