Html Css Color HEX #FFD57E Salomie

📋 copy color: '#FFD57E'

red 255 ◦ green 213 ◦ blue 126

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

Shades of Salomie #FFD57E

Tints of Salomie #FFD57E

RGB

 RED value IS 255 (100% from 255) = 42.93%

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

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

R = 42.93%
G = 35.86%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FFD57E (or 0xFFD57E) is known color: Salomie. HEX triplet: FF, D5 and 7E. RGB value is (255,213,126). Sum of RGB (Red+Green+Blue) = 255+213+126=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 213 (83.59% from 255 or 35.86% from 594); Blue value is 126 (49.61% from 255 or 21.21% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD57E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD57E is #002A81. Grayscale: #D8D8D8. Windows color (decimal): -10882 or 8312319. OLE color: 8312319.

HSL color Cylindrical-coordinate representation of color #FFD57E: hue angle of 40.47º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFD57E is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.

Color convert

RGB 255 213 126 -
CMYK 0 0.16 0.51 0
HSL 40.47º 1% 0.75% -
HSV(B) 40.47º 0.51% 1% -
XYZ 68.8 70.35 29.69 -
YUV 215.64 77.41 156.07 -
System Red Green Blue C M Y K H S L
Decimal 255 213 126 0 0.16 0.51 0 40.47 1 0.75
Hex FF D5 7E 0 10 33 0 28 64 4B
Octal 377 325 176 0 20 63 0 50 144 113
Binary 11111111 11010101 1111110 0 10000 110011 0 101000 1100100 1001011

Color Harmonies of #FFD57E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD57E

Black with #FFD57E

Text Example


Text Example

White with #FFD57E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD57E; }

 p { color: rgb(255,213,126); }

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

background-color css

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

 a { background-color: rgb(255,213,126); }

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

border-color css

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

 span { border-color: rgb(255,213,126); }

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