Html Css Color HEX #FDD574 Salomie

📋 copy color: '#FDD574'

red 253 ◦ green 213 ◦ blue 116

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

Shades of Salomie #FDD574

Tints of Salomie #FDD574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 19.93%

R = 43.47%
G = 36.6%
B = 19.93%

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

#FDD574 (or 0xFDD574) is known color: Salomie. HEX triplet: FD, D5 and 74. RGB value is (253,213,116). Sum of RGB (Red+Green+Blue) = 253+213+116=582 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.47% from 582); Green value is 213 (83.59% from 255 or 36.60% from 582); Blue value is 116 (45.70% from 255 or 19.93% from 582); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD574 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD574 is #022A8B. Grayscale: #D6D6D6. Windows color (decimal): -141964 or 7656957. OLE color: 7656957.

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

Color convert

RGB 253 213 116 -
CMYK 0 0.16 0.54 0.01
HSL 42.48º 0.97% 0.72% -
HSV(B) 42.48º 0.54% 0.99% -
XYZ 67.45 69.73 26.43 -
YUV 213.9 72.75 155.89 -
System Red Green Blue C M Y K H S L
Decimal 253 213 116 0 0.16 0.54 0.01 42.48 0.97 0.72
Hex FD D5 74 0 10 36 1 2A 61 48
Octal 375 325 164 0 20 66 1 52 141 110
Binary 11111101 11010101 1110100 0 10000 110110 1 101010 1100001 1001000

Color Harmonies of #FDD574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD574

Black with #FDD574

Text Example


Text Example

White with #FDD574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD574; }

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

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

background-color css

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

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

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

border-color css

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

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

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