Html Css Color HEX #FDD581 Salomie

📋 copy color: '#FDD581'

red 253 ◦ green 213 ◦ blue 129

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

Shades of Salomie #FDD581

Tints of Salomie #FDD581

RGB

 RED value IS 253 (99.22% from 255) = 42.52%

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

 BLUE value IS 129 (50.78% from 255) = 21.68%

R = 42.52%
G = 35.8%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDD581 (or 0xFDD581) is known color: Salomie. HEX triplet: FD, D5 and 81. RGB value is (253,213,129). Sum of RGB (Red+Green+Blue) = 253+213+129=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 213 (83.59% from 255 or 35.80% from 595); Blue value is 129 (50.78% from 255 or 21.68% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD581 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD581 is #022A7E. Grayscale: #D7D7D7. Windows color (decimal): -141951 or 8508925. OLE color: 8508925.

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

Color convert

RGB 253 213 129 -
CMYK 0 0.16 0.49 0.01
HSL 40.65º 0.97% 0.75% -
HSV(B) 40.65º 0.49% 0.99% -
XYZ 68.26 70.06 30.69 -
YUV 215.38 79.25 154.83 -
System Red Green Blue C M Y K H S L
Decimal 253 213 129 0 0.16 0.49 0.01 40.65 0.97 0.75
Hex FD D5 81 0 10 31 1 29 61 4B
Octal 375 325 201 0 20 61 1 51 141 113
Binary 11111101 11010101 10000001 0 10000 110001 1 101001 1100001 1001011

Color Harmonies of #FDD581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD581

Black with #FDD581

Text Example


Text Example

White with #FDD581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD581; }

 p { color: rgb(253,213,129); }

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

background-color css

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

 a { background-color: rgb(253,213,129); }

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

border-color css

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

 span { border-color: rgb(253,213,129); }

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