Html Css Color HEX #FDD97C Salomie

📋 copy color: '#FDD97C'

red 253 ◦ green 217 ◦ blue 124

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

Shades of Salomie #FDD97C

Tints of Salomie #FDD97C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.53%

 BLUE value IS 124 (48.83% from 255) = 20.88%

R = 42.59%
G = 36.53%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FDD97C (or 0xFDD97C) is known color: Salomie. HEX triplet: FD, D9 and 7C. RGB value is (253,217,124). Sum of RGB (Red+Green+Blue) = 253+217+124=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 217 (85.16% from 255 or 36.53% from 594); Blue value is 124 (48.83% from 255 or 20.88% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD97C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD97C is #022683. Grayscale: #D9D9D9. Windows color (decimal): -140932 or 8182269. OLE color: 8182269.

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

Color convert

RGB 253 217 124 -
CMYK 0 0.14 0.51 0.01
HSL 43.26º 0.97% 0.74% -
HSV(B) 43.26º 0.51% 0.99% -
XYZ 68.96 71.96 29.32 -
YUV 217.16 75.43 153.56 -
System Red Green Blue C M Y K H S L
Decimal 253 217 124 0 0.14 0.51 0.01 43.26 0.97 0.74
Hex FD D9 7C 0 E 33 1 2B 61 4A
Octal 375 331 174 0 16 63 1 53 141 112
Binary 11111101 11011001 1111100 0 1110 110011 1 101011 1100001 1001010

Color Harmonies of #FDD97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD97C

Black with #FDD97C

Text Example


Text Example

White with #FDD97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD97C; }

 p { color: rgb(253,217,124); }

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

background-color css

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

 a { background-color: rgb(253,217,124); }

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

border-color css

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

 span { border-color: rgb(253,217,124); }

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