Html Css Color HEX #FED47B Salomie

📋 copy color: '#FED47B'

red 254 ◦ green 212 ◦ blue 123

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

Shades of Salomie #FED47B

Tints of Salomie #FED47B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 20.88%

R = 43.12%
G = 35.99%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FED47B (or 0xFED47B) is known color: Salomie. HEX triplet: FE, D4 and 7B. RGB value is (254,212,123). Sum of RGB (Red+Green+Blue) = 254+212+123=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 212 (83.20% from 255 or 35.99% from 589); Blue value is 123 (48.44% from 255 or 20.88% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FED47B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED47B is #012B84. Grayscale: #D6D6D6. Windows color (decimal): -76677 or 8115454. OLE color: 8115454.

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

Color convert

RGB 254 212 123 -
CMYK 0 0.17 0.52 0.00
HSL 40.76º 0.98% 0.74% -
HSV(B) 40.76º 0.52% 1% -
XYZ 67.99 69.59 28.59 -
YUV 214.41 76.41 156.24 -
System Red Green Blue C M Y K H S L
Decimal 254 212 123 0 0.17 0.52 0.00 40.76 0.98 0.74
Hex FE D4 7B 0 11 34 0 29 62 4A
Octal 376 324 173 0 21 64 0 51 142 112
Binary 11111110 11010100 1111011 0 10001 110100 0 101001 1100010 1001010

Color Harmonies of #FED47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED47B

Black with #FED47B

Text Example


Text Example

White with #FED47B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED47B; }

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

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

background-color css

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

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

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

border-color css

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

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

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