Html Css Color HEX #FFD481 Salomie

📋 copy color: '#FFD481'

red 255 ◦ green 212 ◦ blue 129

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

Shades of Salomie #FFD481

Tints of Salomie #FFD481

RGB

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

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

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

R = 42.79%
G = 35.57%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FFD481 (or 0xFFD481) is known color: Salomie. HEX triplet: FF, D4 and 81. RGB value is (255,212,129). Sum of RGB (Red+Green+Blue) = 255+212+129=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 212 (83.20% from 255 or 35.57% from 596); Blue value is 129 (50.78% from 255 or 21.64% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD481 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD481 is #002B7E. Grayscale: #D7D7D7. Windows color (decimal): -11135 or 8508671. OLE color: 8508671.

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

Color convert

RGB 255 212 129 -
CMYK 0 0.17 0.49 0
HSL 39.52º 1% 0.75% -
HSV(B) 39.52º 0.49% 1% -
XYZ 68.75 69.93 30.64 -
YUV 215.4 79.25 156.25 -
System Red Green Blue C M Y K H S L
Decimal 255 212 129 0 0.17 0.49 0 39.52 1 0.75
Hex FF D4 81 0 11 31 0 28 64 4B
Octal 377 324 201 0 21 61 0 50 144 113
Binary 11111111 11010100 10000001 0 10001 110001 0 101000 1100100 1001011

Color Harmonies of #FFD481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD481

Black with #FFD481

Text Example


Text Example

White with #FFD481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD481; }

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

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

background-color css

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

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

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

border-color css

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

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

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