Html Css Color HEX #FECD77 Grandis

📋 copy color: '#FECD77'

red 254 ◦ green 205 ◦ blue 119

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

Shades of Grandis #FECD77

Tints of Grandis #FECD77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 20.59%

R = 43.94%
G = 35.47%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.00

RGB Variations

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

Color information

#FECD77 (or 0xFECD77) is known color: Grandis. HEX triplet: FE, CD and 77. RGB value is (254,205,119). Sum of RGB (Red+Green+Blue) = 254+205+119=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 205 (80.47% from 255 or 35.47% from 578); Blue value is 119 (46.88% from 255 or 20.59% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECD77 is #013288. Grayscale: #D2D2D2. Windows color (decimal): -78473 or 7851518. OLE color: 7851518.

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

Color convert

RGB 254 205 119 -
CMYK 0 0.19 0.53 0.00
HSL 38.22º 0.99% 0.73% -
HSV(B) 38.22º 0.53% 1% -
XYZ 66.03 66.07 26.72 -
YUV 209.85 76.73 159.49 -
System Red Green Blue C M Y K H S L
Decimal 254 205 119 0 0.19 0.53 0.00 38.22 0.99 0.73
Hex FE CD 77 0 13 35 0 26 63 49
Octal 376 315 167 0 23 65 0 46 143 111
Binary 11111110 11001101 1110111 0 10011 110101 0 100110 1100011 1001001

Color Harmonies of #FECD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECD77

Black with #FECD77

Text Example


Text Example

White with #FECD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECD77; }

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

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

background-color css

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

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

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

border-color css

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

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

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