Html Css Color HEX #FECF79 Grandis

📋 copy color: '#FECF79'

red 254 ◦ green 207 ◦ blue 121

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

Shades of Grandis #FECF79

Tints of Grandis #FECF79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 20.79%

R = 43.64%
G = 35.57%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FECF79 (or 0xFECF79) is known color: Grandis. HEX triplet: FE, CF and 79. RGB value is (254,207,121). Sum of RGB (Red+Green+Blue) = 254+207+121=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 121 (47.66% from 255 or 20.79% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECF79 is #013086. Grayscale: #D3D3D3. Windows color (decimal): -77959 or 7983102. OLE color: 7983102.

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

Color convert

RGB 254 207 121 -
CMYK 0 0.19 0.52 0.00
HSL 38.8º 0.99% 0.74% -
HSV(B) 38.8º 0.52% 1% -
XYZ 66.64 67.08 27.52 -
YUV 211.25 77.07 158.49 -
System Red Green Blue C M Y K H S L
Decimal 254 207 121 0 0.19 0.52 0.00 38.8 0.99 0.74
Hex FE CF 79 0 13 34 0 27 63 4A
Octal 376 317 171 0 23 64 0 47 143 112
Binary 11111110 11001111 1111001 0 10011 110100 0 100111 1100011 1001010

Color Harmonies of #FECF79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECF79

Black with #FECF79

Text Example


Text Example

White with #FECF79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECF79; }

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

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

background-color css

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

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

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

border-color css

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

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

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