Html Css Color HEX #FED47E Salomie

📋 copy color: '#FED47E'

red 254 ◦ green 212 ◦ blue 126

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

Shades of Salomie #FED47E

Tints of Salomie #FED47E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.28%

R = 42.91%
G = 35.81%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FED47E (or 0xFED47E) is known color: Salomie. HEX triplet: FE, D4 and 7E. RGB value is (254,212,126). Sum of RGB (Red+Green+Blue) = 254+212+126=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 212 (83.20% from 255 or 35.81% from 592); Blue value is 126 (49.61% from 255 or 21.28% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FED47E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED47E is #012B81. Grayscale: #D7D7D7. Windows color (decimal): -76674 or 8312062. OLE color: 8312062.

HSL color Cylindrical-coordinate representation of color #FED47E: hue angle of 40.31º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FED47E is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 212 126 -
CMYK 0 0.17 0.50 0.00
HSL 40.31º 0.98% 0.75% -
HSV(B) 40.31º 0.5% 1% -
XYZ 68.18 69.66 29.59 -
YUV 214.75 77.91 155.99 -
System Red Green Blue C M Y K H S L
Decimal 254 212 126 0 0.17 0.50 0.00 40.31 0.98 0.75
Hex FE D4 7E 0 11 32 0 28 62 4B
Octal 376 324 176 0 21 62 0 50 142 113
Binary 11111110 11010100 1111110 0 10001 110010 0 101000 1100010 1001011

Color Harmonies of #FED47E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED47E

Black with #FED47E

Text Example


Text Example

White with #FED47E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED47E; }

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

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

background-color css

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

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

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

border-color css

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

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

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