Html Css Color HEX #FEC668 Grandis

📋 copy color: '#FEC668'

red 254 ◦ green 198 ◦ blue 104

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

Shades of Grandis #FEC668

Tints of Grandis #FEC668

RGB

 RED value IS 254 (99.61% from 255) = 45.68%

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

 BLUE value IS 104 (41.02% from 255) = 18.71%

R = 45.68%
G = 35.61%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FEC668 (or 0xFEC668) is known color: Grandis. HEX triplet: FE, C6 and 68. RGB value is (254,198,104). Sum of RGB (Red+Green+Blue) = 254+198+104=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 198 (77.73% from 255 or 35.61% from 556); Blue value is 104 (41.02% from 255 or 18.71% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC668 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC668 is #013997. Grayscale: #CCCCCC. Windows color (decimal): -80280 or 6866686. OLE color: 6866686.

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

Color convert

RGB 254 198 104 -
CMYK 0 0.22 0.59 0.00
HSL 37.6º 0.99% 0.7% -
HSV(B) 37.6º 0.59% 1% -
XYZ 63.57 62.46 21.8 -
YUV 204.03 71.55 163.64 -
System Red Green Blue C M Y K H S L
Decimal 254 198 104 0 0.22 0.59 0.00 37.6 0.99 0.7
Hex FE C6 68 0 16 3B 0 26 63 46
Octal 376 306 150 0 26 73 0 46 143 106
Binary 11111110 11000110 1101000 0 10110 111011 0 100110 1100011 1000110

Color Harmonies of #FEC668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC668

Black with #FEC668

Text Example


Text Example

White with #FEC668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC668; }

 p { color: rgb(254,198,104); }

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

background-color css

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

 a { background-color: rgb(254,198,104); }

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

border-color css

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

 span { border-color: rgb(254,198,104); }

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