Html Css Color HEX #FECE6E Grandis

📋 copy color: '#FECE6E'

red 254 ◦ green 206 ◦ blue 110

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

Shades of Grandis #FECE6E

Tints of Grandis #FECE6E

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.14%

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

R = 44.56%
G = 36.14%
B = 19.3%

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

#FECE6E (or 0xFECE6E) is known color: Grandis. HEX triplet: FE, CE and 6E. RGB value is (254,206,110). Sum of RGB (Red+Green+Blue) = 254+206+110=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 206 (80.86% from 255 or 36.14% from 570); Blue value is 110 (43.36% from 255 or 19.30% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECE6E is #013191. Grayscale: #D1D1D1. Windows color (decimal): -78226 or 7261950. OLE color: 7261950.

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

Color convert

RGB 254 206 110 -
CMYK 0 0.19 0.57 0.00
HSL 40º 0.99% 0.71% -
HSV(B) 40º 0.57% 1% -
XYZ 65.76 66.34 24.09 -
YUV 209.41 71.9 159.81 -
System Red Green Blue C M Y K H S L
Decimal 254 206 110 0 0.19 0.57 0.00 40 0.99 0.71
Hex FE CE 6E 0 13 39 0 28 63 47
Octal 376 316 156 0 23 71 0 50 143 107
Binary 11111110 11001110 1101110 0 10011 111001 0 101000 1100011 1000111

Color Harmonies of #FECE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECE6E

Black with #FECE6E

Text Example


Text Example

White with #FECE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECE6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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