#FDDB7A

Color #FDDB7A Salomie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salomie #FDDB7A

Tints of Salomie #FDDB7A

Color information

#FDDB7A (or 0xFDDB7A) is unknown color: approx Salomie. HEX triplet: FD, DB and 7A. RGB value is (253,219,122). Sum of RGB (Red+Green+Blue) = 253+219+122=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 122 (48.05% from 255 or 20.54% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDB7A is #022485. Grayscale: #DADADA. Windows color (decimal): -140422 or 8051709. OLE color: 8051709.

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

Color convert

RGB253219122-
CMYK00.130.520.01
HSL44.43º97.04%73.53%-
HSV(B)44.43º51.78%99.22%-
XYZ69.3572.9528.84-
YUV218.1173.76152.89-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.59%
GREEN value IS 219 (85.94% from 255) = 36.87%
BLUE value IS 122 (48.05% from 255) = 20.54%
R=42.59%
G=36.87%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321912200.130.520.0144.4397.0473.53
HexFDDB7A0D3412c614a
Octal37533317201564154141112
Binary1111110111011011111101001101110100110110011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDB7A; }

 p { color: rgb(253,219,122); }

 H1.HeaderClassName
 {
   color: #FDDB7A;
 }
 .AnyTagClassName
 {
   color: #FDDB7A;
 }
</style>
background-color css

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

 a { background-color: rgb(253,219,122); }

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

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

 span { border-color: rgb(253,219,122); }

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