Html Css Color HEX #FDD375 Salomie

📋 copy color: '#FDD375'

red 253 ◦ green 211 ◦ blue 117

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

Shades of Salomie #FDD375

Tints of Salomie #FDD375

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.32%

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

R = 43.55%
G = 36.32%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FDD375 (or 0xFDD375) is known color: Salomie. HEX triplet: FD, D3 and 75. RGB value is (253,211,117). Sum of RGB (Red+Green+Blue) = 253+211+117=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 211 (82.81% from 255 or 36.32% from 581); Blue value is 117 (46.09% from 255 or 20.14% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD375 is #022C8A. Grayscale: #D5D5D5. Windows color (decimal): -142475 or 7721981. OLE color: 7721981.

HSL color Cylindrical-coordinate representation of color #FDD375: hue angle of 41.47º 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 #FDD375 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 211 117 -
CMYK 0 0.17 0.54 0.01
HSL 41.47º 0.97% 0.73% -
HSV(B) 41.47º 0.54% 0.99% -
XYZ 67.01 68.76 26.57 -
YUV 212.84 73.91 156.64 -
System Red Green Blue C M Y K H S L
Decimal 253 211 117 0 0.17 0.54 0.01 41.47 0.97 0.73
Hex FD D3 75 0 11 36 1 29 61 49
Octal 375 323 165 0 21 66 1 51 141 111
Binary 11111101 11010011 1110101 0 10001 110110 1 101001 1100001 1001001

Color Harmonies of #FDD375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD375

Black with #FDD375

Text Example


Text Example

White with #FDD375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD375; }

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

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

background-color css

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

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

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

border-color css

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

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

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