Html Css Color HEX #FDDB7A Salomie

📋 copy color: '#FDDB7A'

red 253 ◦ green 219 ◦ blue 122

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

Shades of Salomie #FDDB7A

Tints of Salomie #FDDB7A

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 value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FDDB7A (or 0xFDDB7A) is known color: 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

RGB 253 219 122 -
CMYK 0 0.13 0.52 0.01
HSL 44.43º 0.97% 0.74% -
HSV(B) 44.43º 0.52% 0.99% -
XYZ 69.35 72.95 28.84 -
YUV 218.11 73.76 152.89 -
System Red Green Blue C M Y K H S L
Decimal 253 219 122 0 0.13 0.52 0.01 44.43 0.97 0.74
Hex FD DB 7A 0 D 34 1 2C 61 4A
Octal 375 333 172 0 15 64 1 54 141 112
Binary 11111101 11011011 1111010 0 1101 110100 1 101100 1100001 1001010

Color Harmonies of #FDDB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDB7A

Black with #FDDB7A

Text Example


Text Example

White with #FDDB7A

Text Example


Text Example

HTML Codes & Css Web 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>