Html Css Color HEX #FECF6E Grandis

📋 copy color: '#FECF6E'

red 254 ◦ green 207 ◦ blue 110

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

Shades of Grandis #FECF6E

Tints of Grandis #FECF6E

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.25%

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

R = 44.48%
G = 36.25%
B = 19.26%

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

#FECF6E (or 0xFECF6E) is known color: Grandis. HEX triplet: FE, CF and 6E. RGB value is (254,207,110). Sum of RGB (Red+Green+Blue) = 254+207+110=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 207 (81.25% from 255 or 36.25% from 571); Blue value is 110 (43.36% from 255 or 19.26% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECF6E is #013091. Grayscale: #D2D2D2. Windows color (decimal): -77970 or 7262206. OLE color: 7262206.

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

Color convert

RGB 254 207 110 -
CMYK 0 0.19 0.57 0.00
HSL 40.42º 0.99% 0.71% -
HSV(B) 40.42º 0.57% 1% -
XYZ 66 66.82 24.17 -
YUV 210 71.57 159.39 -
System Red Green Blue C M Y K H S L
Decimal 254 207 110 0 0.19 0.57 0.00 40.42 0.99 0.71
Hex FE CF 6E 0 13 39 0 28 63 47
Octal 376 317 156 0 23 71 0 50 143 107
Binary 11111110 11001111 1101110 0 10011 111001 0 101000 1100011 1000111

Color Harmonies of #FECF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECF6E

Black with #FECF6E

Text Example


Text Example

White with #FECF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECF6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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