Html Css Color HEX #FECF6F Grandis

📋 copy color: '#FECF6F'

red 254 ◦ green 207 ◦ blue 111

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

Shades of Grandis #FECF6F

Tints of Grandis #FECF6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.41%

R = 44.41%
G = 36.19%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FECF6F (or 0xFECF6F) is known color: Grandis. HEX triplet: FE, CF and 6F. RGB value is (254,207,111). Sum of RGB (Red+Green+Blue) = 254+207+111=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 111 (43.75% from 255 or 19.41% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECF6F is #013090. Grayscale: #D2D2D2. Windows color (decimal): -77969 or 7327742. OLE color: 7327742.

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

Color convert

RGB 254 207 111 -
CMYK 0 0.19 0.56 0.00
HSL 40.28º 0.99% 0.72% -
HSV(B) 40.28º 0.56% 1% -
XYZ 66.06 66.84 24.46 -
YUV 210.11 72.07 159.31 -
System Red Green Blue C M Y K H S L
Decimal 254 207 111 0 0.19 0.56 0.00 40.28 0.99 0.72
Hex FE CF 6F 0 13 38 0 28 63 48
Octal 376 317 157 0 23 70 0 50 143 110
Binary 11111110 11001111 1101111 0 10011 111000 0 101000 1100011 1001000

Color Harmonies of #FECF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECF6F

Black with #FECF6F

Text Example


Text Example

White with #FECF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECF6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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