Html Css Color HEX #FECD78 Grandis

📋 copy color: '#FECD78'

red 254 ◦ green 205 ◦ blue 120

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

Shades of Grandis #FECD78

Tints of Grandis #FECD78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 20.73%

R = 43.87%
G = 35.41%
B = 20.73%

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

#FECD78 (or 0xFECD78) is known color: Grandis. HEX triplet: FE, CD and 78. RGB value is (254,205,120). Sum of RGB (Red+Green+Blue) = 254+205+120=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 120 (47.27% from 255 or 20.73% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECD78 is #013287. Grayscale: #D2D2D2. Windows color (decimal): -78472 or 7917054. OLE color: 7917054.

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

Color convert

RGB 254 205 120 -
CMYK 0 0.19 0.53 0.00
HSL 38.06º 0.99% 0.73% -
HSV(B) 38.06º 0.53% 1% -
XYZ 66.09 66.09 27.04 -
YUV 209.96 77.23 159.41 -
System Red Green Blue C M Y K H S L
Decimal 254 205 120 0 0.19 0.53 0.00 38.06 0.99 0.73
Hex FE CD 78 0 13 35 0 26 63 49
Octal 376 315 170 0 23 65 0 46 143 111
Binary 11111110 11001101 1111000 0 10011 110101 0 100110 1100011 1001001

Color Harmonies of #FECD78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECD78

Black with #FECD78

Text Example


Text Example

White with #FECD78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECD78; }

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

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

background-color css

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

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

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

border-color css

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

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

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