Html Css Color HEX #FED57B Salomie

📋 copy color: '#FED57B'

red 254 ◦ green 213 ◦ blue 123

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

Shades of Salomie #FED57B

Tints of Salomie #FED57B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.1%

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

R = 43.05%
G = 36.1%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FED57B (or 0xFED57B) is known color: Salomie. HEX triplet: FE, D5 and 7B. RGB value is (254,213,123). Sum of RGB (Red+Green+Blue) = 254+213+123=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 213 (83.59% from 255 or 36.10% from 590); Blue value is 123 (48.44% from 255 or 20.85% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FED57B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED57B is #012A84. Grayscale: #D7D7D7. Windows color (decimal): -76421 or 8115710. OLE color: 8115710.

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

Color convert

RGB 254 213 123 -
CMYK 0 0.16 0.52 0.00
HSL 41.22º 0.98% 0.74% -
HSV(B) 41.22º 0.52% 1% -
XYZ 68.24 70.09 28.67 -
YUV 215 76.08 155.82 -
System Red Green Blue C M Y K H S L
Decimal 254 213 123 0 0.16 0.52 0.00 41.22 0.98 0.74
Hex FE D5 7B 0 10 34 0 29 62 4A
Octal 376 325 173 0 20 64 0 51 142 112
Binary 11111110 11010101 1111011 0 10000 110100 0 101001 1100010 1001010

Color Harmonies of #FED57B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED57B

Black with #FED57B

Text Example


Text Example

White with #FED57B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED57B; }

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

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

background-color css

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

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

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

border-color css

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

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

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