Html Css Color HEX #FECD74 Grandis

📋 copy color: '#FECD74'

red 254 ◦ green 205 ◦ blue 116

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

Shades of Grandis #FECD74

Tints of Grandis #FECD74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.17%

R = 44.17%
G = 35.65%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FECD74 (or 0xFECD74) is known color: Grandis. HEX triplet: FE, CD and 74. RGB value is (254,205,116). Sum of RGB (Red+Green+Blue) = 254+205+116=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 116 (45.70% from 255 or 20.17% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECD74 is #01328B. Grayscale: #D1D1D1. Windows color (decimal): -78476 or 7654910. OLE color: 7654910.

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

Color convert

RGB 254 205 116 -
CMYK 0 0.19 0.54 0.00
HSL 38.7º 0.99% 0.73% -
HSV(B) 38.7º 0.54% 1% -
XYZ 65.86 65.99 25.79 -
YUV 209.51 75.23 159.74 -
System Red Green Blue C M Y K H S L
Decimal 254 205 116 0 0.19 0.54 0.00 38.7 0.99 0.73
Hex FE CD 74 0 13 36 0 27 63 49
Octal 376 315 164 0 23 66 0 47 143 111
Binary 11111110 11001101 1110100 0 10011 110110 0 100111 1100011 1001001

Color Harmonies of #FECD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECD74

Black with #FECD74

Text Example


Text Example

White with #FECD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECD74; }

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

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

background-color css

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

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

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

border-color css

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

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

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