Html Css Color HEX #FEC669 Grandis

📋 copy color: '#FEC669'

red 254 ◦ green 198 ◦ blue 105

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

Shades of Grandis #FEC669

Tints of Grandis #FEC669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 18.85%

R = 45.6%
G = 35.55%
B = 18.85%

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

#FEC669 (or 0xFEC669) is known color: Grandis. HEX triplet: FE, C6 and 69. RGB value is (254,198,105). Sum of RGB (Red+Green+Blue) = 254+198+105=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 198 (77.73% from 255 or 35.55% from 557); Blue value is 105 (41.41% from 255 or 18.85% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC669 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC669 is #013996. Grayscale: #CCCCCC. Windows color (decimal): -80279 or 6932222. OLE color: 6932222.

HSL color Cylindrical-coordinate representation of color #FEC669: hue angle of 37.45º 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 #FEC669 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 198 105 -
CMYK 0 0.22 0.59 0.00
HSL 37.45º 0.99% 0.7% -
HSV(B) 37.45º 0.59% 1% -
XYZ 63.62 62.48 22.07 -
YUV 204.14 72.05 163.56 -
System Red Green Blue C M Y K H S L
Decimal 254 198 105 0 0.22 0.59 0.00 37.45 0.99 0.7
Hex FE C6 69 0 16 3B 0 25 63 46
Octal 376 306 151 0 26 73 0 45 143 106
Binary 11111110 11000110 1101001 0 10110 111011 0 100101 1100011 1000110

Color Harmonies of #FEC669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC669

Black with #FEC669

Text Example


Text Example

White with #FEC669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC669; }

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

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

background-color css

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

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

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

border-color css

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

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

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