Html Css Color HEX #FED174 Grandis

📋 copy color: '#FED174'

red 254 ◦ green 209 ◦ blue 116

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

Shades of Grandis #FED174

Tints of Grandis #FED174

RGB

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

 GREEN value IS 209 (82.03% from 255) = 36.1%

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

R = 43.87%
G = 36.1%
B = 20.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FED174 (or 0xFED174) is known color: Grandis. HEX triplet: FE, D1 and 74. RGB value is (254,209,116). Sum of RGB (Red+Green+Blue) = 254+209+116=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 209 (82.03% from 255 or 36.10% from 579); Blue value is 116 (45.70% from 255 or 20.03% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FED174 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED174 is #012E8B. Grayscale: #D4D4D4. Windows color (decimal): -77452 or 7655934. OLE color: 7655934.

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

Color convert

RGB 254 209 116 -
CMYK 0 0.18 0.54 0.00
HSL 40.43º 0.99% 0.73% -
HSV(B) 40.43º 0.54% 1% -
XYZ 66.83 67.93 26.11 -
YUV 211.85 73.91 158.06 -
System Red Green Blue C M Y K H S L
Decimal 254 209 116 0 0.18 0.54 0.00 40.43 0.99 0.73
Hex FE D1 74 0 12 36 0 28 63 49
Octal 376 321 164 0 22 66 0 50 143 111
Binary 11111110 11010001 1110100 0 10010 110110 0 101000 1100011 1001001

Color Harmonies of #FED174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED174

Black with #FED174

Text Example


Text Example

White with #FED174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED174; }

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

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

background-color css

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

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

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

border-color css

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

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

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