Html Css Color HEX #FFD972 Salomie

📋 copy color: '#FFD972'

red 255 ◦ green 217 ◦ blue 114

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

Shades of Salomie #FFD972

Tints of Salomie #FFD972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 19.45%

R = 43.52%
G = 37.03%
B = 19.45%

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

#FFD972 (or 0xFFD972) is known color: Salomie. HEX triplet: FF, D9 and 72. RGB value is (255,217,114). Sum of RGB (Red+Green+Blue) = 255+217+114=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 217 (85.16% from 255 or 37.03% from 586); Blue value is 114 (44.92% from 255 or 19.45% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD972 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD972 is #00268D. Grayscale: #D9D9D9. Windows color (decimal): -9870 or 7526911. OLE color: 7526911.

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

Color convert

RGB 255 217 114 -
CMYK 0 0.15 0.55 0
HSL 43.83º 1% 0.72% -
HSV(B) 43.83º 0.55% 1% -
XYZ 69.09 72.1 26.19 -
YUV 216.62 70.09 155.38 -
System Red Green Blue C M Y K H S L
Decimal 255 217 114 0 0.15 0.55 0 43.83 1 0.72
Hex FF D9 72 0 F 37 0 2C 64 48
Octal 377 331 162 0 17 67 0 54 144 110
Binary 11111111 11011001 1110010 0 1111 110111 0 101100 1100100 1001000

Color Harmonies of #FFD972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD972

Black with #FFD972

Text Example


Text Example

White with #FFD972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD972; }

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

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

background-color css

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

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

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

border-color css

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

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

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