Html Css Color HEX #FFD574 Salomie

📋 copy color: '#FFD574'

red 255 ◦ green 213 ◦ blue 116

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

Shades of Salomie #FFD574

Tints of Salomie #FFD574

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.47%

 BLUE value IS 116 (45.7% from 255) = 19.86%

R = 43.66%
G = 36.47%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FFD574 (or 0xFFD574) is known color: Salomie. HEX triplet: FF, D5 and 74. RGB value is (255,213,116). Sum of RGB (Red+Green+Blue) = 255+213+116=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 213 (83.59% from 255 or 36.47% from 584); Blue value is 116 (45.70% from 255 or 19.86% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD574 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD574 is #002A8B. Grayscale: #D6D6D6. Windows color (decimal): -10892 or 7656959. OLE color: 7656959.

HSL color Cylindrical-coordinate representation of color #FFD574: hue angle of 41.87º 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 #FFD574 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB 255 213 116 -
CMYK 0 0.16 0.55 0
HSL 41.87º 1% 0.73% -
HSV(B) 41.87º 0.55% 1% -
XYZ 68.19 70.11 26.46 -
YUV 214.5 72.41 156.89 -
System Red Green Blue C M Y K H S L
Decimal 255 213 116 0 0.16 0.55 0 41.87 1 0.73
Hex FF D5 74 0 10 37 0 2A 64 49
Octal 377 325 164 0 20 67 0 52 144 111
Binary 11111111 11010101 1110100 0 10000 110111 0 101010 1100100 1001001

Color Harmonies of #FFD574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD574

Black with #FFD574

Text Example


Text Example

White with #FFD574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD574; }

 p { color: rgb(255,213,116); }

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

background-color css

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

 a { background-color: rgb(255,213,116); }

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

border-color css

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

 span { border-color: rgb(255,213,116); }

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