Html Css Color HEX #FED382 Salomie

📋 copy color: '#FED382'

red 254 ◦ green 211 ◦ blue 130

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

Shades of Salomie #FED382

Tints of Salomie #FED382

RGB

 RED value IS 254 (99.61% from 255) = 42.69%

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

 BLUE value IS 130 (51.17% from 255) = 21.85%

R = 42.69%
G = 35.46%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FED382 (or 0xFED382) is known color: Salomie. HEX triplet: FE, D3 and 82. RGB value is (254,211,130). Sum of RGB (Red+Green+Blue) = 254+211+130=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 211 (82.81% from 255 or 35.46% from 595); Blue value is 130 (51.17% from 255 or 21.85% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FED382 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED382 is #012C7D. Grayscale: #D6D6D6. Windows color (decimal): -76926 or 8573950. OLE color: 8573950.

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

Color convert

RGB 254 211 130 -
CMYK 0 0.17 0.49 0.00
HSL 39.19º 0.98% 0.75% -
HSV(B) 39.19º 0.49% 1% -
XYZ 68.2 69.27 30.9 -
YUV 214.62 80.25 156.09 -
System Red Green Blue C M Y K H S L
Decimal 254 211 130 0 0.17 0.49 0.00 39.19 0.98 0.75
Hex FE D3 82 0 11 31 0 27 62 4B
Octal 376 323 202 0 21 61 0 47 142 113
Binary 11111110 11010011 10000010 0 10001 110001 0 100111 1100010 1001011

Color Harmonies of #FED382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED382

Black with #FED382

Text Example


Text Example

White with #FED382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED382; }

 p { color: rgb(254,211,130); }

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

background-color css

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

 a { background-color: rgb(254,211,130); }

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

border-color css

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

 span { border-color: rgb(254,211,130); }

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