Html Css Color HEX #FED390 Caramel

📋 copy color: '#FED390'

red 254 ◦ green 211 ◦ blue 144

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

Shades of Caramel #FED390

Tints of Caramel #FED390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 23.65%

R = 41.71%
G = 34.65%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FED390 (or 0xFED390) is known color: Caramel. HEX triplet: FE, D3 and 90. RGB value is (254,211,144). Sum of RGB (Red+Green+Blue) = 254+211+144=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 211 (82.81% from 255 or 34.65% from 609); Blue value is 144 (56.64% from 255 or 23.65% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FED390 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED390 is #012C6F. Grayscale: #D8D8D8. Windows color (decimal): -76912 or 9491454. OLE color: 9491454.

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

Color convert

RGB 254 211 144 -
CMYK 0 0.17 0.43 0.00
HSL 36.55º 0.98% 0.78% -
HSV(B) 36.55º 0.43% 1% -
XYZ 69.2 69.67 36.19 -
YUV 216.22 87.25 154.95 -
System Red Green Blue C M Y K H S L
Decimal 254 211 144 0 0.17 0.43 0.00 36.55 0.98 0.78
Hex FE D3 90 0 11 2B 0 25 62 4E
Octal 376 323 220 0 21 53 0 45 142 116
Binary 11111110 11010011 10010000 0 10001 101011 0 100101 1100010 1001110

Color Harmonies of #FED390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED390

Black with #FED390

Text Example


Text Example

White with #FED390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED390; }

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

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

background-color css

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

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

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

border-color css

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

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

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