Html Css Color HEX #FED46D Grandis

📋 copy color: '#FED46D'

red 254 ◦ green 212 ◦ blue 109

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

Shades of Grandis #FED46D

Tints of Grandis #FED46D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.87%

 BLUE value IS 109 (42.97% from 255) = 18.96%

R = 44.17%
G = 36.87%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FED46D (or 0xFED46D) is known color: Grandis. HEX triplet: FE, D4 and 6D. RGB value is (254,212,109). Sum of RGB (Red+Green+Blue) = 254+212+109=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 212 (83.20% from 255 or 36.87% from 575); Blue value is 109 (42.97% from 255 or 18.96% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FED46D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED46D is #012B92. Grayscale: #D5D5D5. Windows color (decimal): -76691 or 7197950. OLE color: 7197950.

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

Color convert

RGB 254 212 109 -
CMYK 0 0.17 0.57 0.00
HSL 42.62º 0.99% 0.71% -
HSV(B) 42.62º 0.57% 1% -
XYZ 67.18 69.26 24.3 -
YUV 212.82 69.41 157.38 -
System Red Green Blue C M Y K H S L
Decimal 254 212 109 0 0.17 0.57 0.00 42.62 0.99 0.71
Hex FE D4 6D 0 11 39 0 2B 63 47
Octal 376 324 155 0 21 71 0 53 143 107
Binary 11111110 11010100 1101101 0 10001 111001 0 101011 1100011 1000111

Color Harmonies of #FED46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED46D

Black with #FED46D

Text Example


Text Example

White with #FED46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED46D; }

 p { color: rgb(254,212,109); }

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

background-color css

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

 a { background-color: rgb(254,212,109); }

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

border-color css

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

 span { border-color: rgb(254,212,109); }

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