Html Css Color HEX #FFD973 Salomie

📋 copy color: '#FFD973'

red 255 ◦ green 217 ◦ blue 115

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

Shades of Salomie #FFD973

Tints of Salomie #FFD973

RGB

 RED value IS 255 (100% from 255) = 43.44%

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

 BLUE value IS 115 (45.31% from 255) = 19.59%

R = 43.44%
G = 36.97%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FFD973 (or 0xFFD973) is known color: Salomie. HEX triplet: FF, D9 and 73. RGB value is (255,217,115). Sum of RGB (Red+Green+Blue) = 255+217+115=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 217 (85.16% from 255 or 36.97% from 587); Blue value is 115 (45.31% from 255 or 19.59% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD973 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD973 is #00268C. Grayscale: #D9D9D9. Windows color (decimal): -9869 or 7592447. OLE color: 7592447.

HSL color Cylindrical-coordinate representation of color #FFD973: hue angle of 43.71º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFD973 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB 255 217 115 -
CMYK 0 0.15 0.55 0
HSL 43.71º 1% 0.73% -
HSV(B) 43.71º 0.55% 1% -
XYZ 69.15 72.12 26.5 -
YUV 216.73 70.59 155.29 -
System Red Green Blue C M Y K H S L
Decimal 255 217 115 0 0.15 0.55 0 43.71 1 0.73
Hex FF D9 73 0 F 37 0 2C 64 49
Octal 377 331 163 0 17 67 0 54 144 111
Binary 11111111 11011001 1110011 0 1111 110111 0 101100 1100100 1001001

Color Harmonies of #FFD973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD973

Black with #FFD973

Text Example


Text Example

White with #FFD973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD973; }

 p { color: rgb(255,217,115); }

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

background-color css

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

 a { background-color: rgb(255,217,115); }

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

border-color css

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

 span { border-color: rgb(255,217,115); }

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