Html Css Color HEX #FFD475 Salomie

📋 copy color: '#FFD475'

red 255 ◦ green 212 ◦ blue 117

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

Shades of Salomie #FFD475

Tints of Salomie #FFD475

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.3%

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

R = 43.66%
G = 36.3%
B = 20.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FFD475 (or 0xFFD475) is known color: Salomie. HEX triplet: FF, D4 and 75. RGB value is (255,212,117). Sum of RGB (Red+Green+Blue) = 255+212+117=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 212 (83.20% from 255 or 36.30% from 584); Blue value is 117 (46.09% from 255 or 20.03% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD475 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD475 is #002B8A. Grayscale: #D6D6D6. Windows color (decimal): -11147 or 7722239. OLE color: 7722239.

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

Color convert

RGB 255 212 117 -
CMYK 0 0.17 0.54 0
HSL 41.3º 1% 0.73% -
HSV(B) 41.3º 0.54% 1% -
XYZ 67.99 69.63 26.69 -
YUV 214.03 73.25 157.22 -
System Red Green Blue C M Y K H S L
Decimal 255 212 117 0 0.17 0.54 0 41.3 1 0.73
Hex FF D4 75 0 11 36 0 29 64 49
Octal 377 324 165 0 21 66 0 51 144 111
Binary 11111111 11010100 1110101 0 10001 110110 0 101001 1100100 1001001

Color Harmonies of #FFD475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD475

Black with #FFD475

Text Example


Text Example

White with #FFD475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD475; }

 p { color: rgb(255,212,117); }

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

background-color css

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

 a { background-color: rgb(255,212,117); }

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

border-color css

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

 span { border-color: rgb(255,212,117); }

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