Html Css Color HEX #FFD081 Salomie

📋 copy color: '#FFD081'

red 255 ◦ green 208 ◦ blue 129

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

Shades of Salomie #FFD081

Tints of Salomie #FFD081

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.14%

 BLUE value IS 129 (50.78% from 255) = 21.79%

R = 43.07%
G = 35.14%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FFD081 (or 0xFFD081) is known color: Salomie. HEX triplet: FF, D0 and 81. RGB value is (255,208,129). Sum of RGB (Red+Green+Blue) = 255+208+129=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 208 (81.64% from 255 or 35.14% from 592); Blue value is 129 (50.78% from 255 or 21.79% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD081 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD081 is #002F7E. Grayscale: #D5D5D5. Windows color (decimal): -12159 or 8507647. OLE color: 8507647.

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

Color convert

RGB 255 208 129 -
CMYK 0 0.18 0.49 0
HSL 37.62º 1% 0.75% -
HSV(B) 37.62º 0.49% 1% -
XYZ 67.76 67.96 30.31 -
YUV 213.05 80.57 157.92 -
System Red Green Blue C M Y K H S L
Decimal 255 208 129 0 0.18 0.49 0 37.62 1 0.75
Hex FF D0 81 0 12 31 0 26 64 4B
Octal 377 320 201 0 22 61 0 46 144 113
Binary 11111111 11010000 10000001 0 10010 110001 0 100110 1100100 1001011

Color Harmonies of #FFD081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD081

Black with #FFD081

Text Example


Text Example

White with #FFD081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD081; }

 p { color: rgb(255,208,129); }

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

background-color css

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

 a { background-color: rgb(255,208,129); }

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

border-color css

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

 span { border-color: rgb(255,208,129); }

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