Html Css Color HEX #FECD6E Grandis

📋 copy color: '#FECD6E'

red 254 ◦ green 205 ◦ blue 110

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

Shades of Grandis #FECD6E

Tints of Grandis #FECD6E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.03%

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

R = 44.64%
G = 36.03%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FECD6E (or 0xFECD6E) is known color: Grandis. HEX triplet: FE, CD and 6E. RGB value is (254,205,110). Sum of RGB (Red+Green+Blue) = 254+205+110=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 110 (43.36% from 255 or 19.33% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECD6E is #013291. Grayscale: #D1D1D1. Windows color (decimal): -78482 or 7261694. OLE color: 7261694.

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

Color convert

RGB 254 205 110 -
CMYK 0 0.19 0.57 0.00
HSL 39.58º 0.99% 0.71% -
HSV(B) 39.58º 0.57% 1% -
XYZ 65.52 65.86 24.01 -
YUV 208.82 72.23 160.22 -
System Red Green Blue C M Y K H S L
Decimal 254 205 110 0 0.19 0.57 0.00 39.58 0.99 0.71
Hex FE CD 6E 0 13 39 0 28 63 47
Octal 376 315 156 0 23 71 0 50 143 107
Binary 11111110 11001101 1101110 0 10011 111001 0 101000 1100011 1000111

Color Harmonies of #FECD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECD6E

Black with #FECD6E

Text Example


Text Example

White with #FECD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECD6E; }

 p { color: rgb(254,205,110); }

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

background-color css

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

 a { background-color: rgb(254,205,110); }

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

border-color css

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

 span { border-color: rgb(254,205,110); }

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