Html Css Color HEX #FDD575 Salomie

📋 copy color: '#FDD575'

red 253 ◦ green 213 ◦ blue 117

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

Shades of Salomie #FDD575

Tints of Salomie #FDD575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.07%

R = 43.4%
G = 36.54%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FDD575 (or 0xFDD575) is known color: Salomie. HEX triplet: FD, D5 and 75. RGB value is (253,213,117). Sum of RGB (Red+Green+Blue) = 253+213+117=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 213 (83.59% from 255 or 36.54% from 583); Blue value is 117 (46.09% from 255 or 20.07% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD575 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD575 is #022A8A. Grayscale: #D6D6D6. Windows color (decimal): -141963 or 7722493. OLE color: 7722493.

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

Color convert

RGB 253 213 117 -
CMYK 0 0.16 0.54 0.01
HSL 42.35º 0.97% 0.73% -
HSV(B) 42.35º 0.54% 0.99% -
XYZ 67.51 69.76 26.74 -
YUV 214.02 73.25 155.81 -
System Red Green Blue C M Y K H S L
Decimal 253 213 117 0 0.16 0.54 0.01 42.35 0.97 0.73
Hex FD D5 75 0 10 36 1 2A 61 49
Octal 375 325 165 0 20 66 1 52 141 111
Binary 11111101 11010101 1110101 0 10000 110110 1 101010 1100001 1001001

Color Harmonies of #FDD575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD575

Black with #FDD575

Text Example


Text Example

White with #FDD575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD575; }

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

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

background-color css

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

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

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

border-color css

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

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

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