Html Css Color HEX #FDD381 Salomie

📋 copy color: '#FDD381'

red 253 ◦ green 211 ◦ blue 129

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

Shades of Salomie #FDD381

Tints of Salomie #FDD381

RGB

 RED value IS 253 (99.22% from 255) = 42.66%

 GREEN value IS 211 (82.81% from 255) = 35.58%

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

R = 42.66%
G = 35.58%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDD381 (or 0xFDD381) is known color: Salomie. HEX triplet: FD, D3 and 81. RGB value is (253,211,129). Sum of RGB (Red+Green+Blue) = 253+211+129=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 211 (82.81% from 255 or 35.58% from 593); Blue value is 129 (50.78% from 255 or 21.75% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD381 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD381 is #022C7E. Grayscale: #D6D6D6. Windows color (decimal): -142463 or 8508413. OLE color: 8508413.

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

Color convert

RGB 253 211 129 -
CMYK 0 0.17 0.49 0.01
HSL 39.68º 0.97% 0.75% -
HSV(B) 39.68º 0.49% 0.99% -
XYZ 67.76 69.06 30.53 -
YUV 214.21 79.91 155.67 -
System Red Green Blue C M Y K H S L
Decimal 253 211 129 0 0.17 0.49 0.01 39.68 0.97 0.75
Hex FD D3 81 0 11 31 1 28 61 4B
Octal 375 323 201 0 21 61 1 50 141 113
Binary 11111101 11010011 10000001 0 10001 110001 1 101000 1100001 1001011

Color Harmonies of #FDD381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD381

Black with #FDD381

Text Example


Text Example

White with #FDD381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD381; }

 p { color: rgb(253,211,129); }

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

background-color css

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

 a { background-color: rgb(253,211,129); }

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

border-color css

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

 span { border-color: rgb(253,211,129); }

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