Html Css Color HEX #FED391 Caramel

📋 copy color: '#FED391'

red 254 ◦ green 211 ◦ blue 145

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

Shades of Caramel #FED391

Tints of Caramel #FED391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 23.77%

R = 41.64%
G = 34.59%
B = 23.77%

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

#FED391 (or 0xFED391) is known color: Caramel. HEX triplet: FE, D3 and 91. RGB value is (254,211,145). Sum of RGB (Red+Green+Blue) = 254+211+145=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 211 (82.81% from 255 or 34.59% from 610); Blue value is 145 (57.03% from 255 or 23.77% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FED391 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED391 is #012C6E. Grayscale: #D8D8D8. Windows color (decimal): -76911 or 9556990. OLE color: 9556990.

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

Color convert

RGB 254 211 145 -
CMYK 0 0.17 0.43 0.00
HSL 36.33º 0.98% 0.78% -
HSV(B) 36.33º 0.43% 1% -
XYZ 69.28 69.7 36.59 -
YUV 216.33 87.75 154.87 -
System Red Green Blue C M Y K H S L
Decimal 254 211 145 0 0.17 0.43 0.00 36.33 0.98 0.78
Hex FE D3 91 0 11 2B 0 24 62 4E
Octal 376 323 221 0 21 53 0 44 142 116
Binary 11111110 11010011 10010001 0 10001 101011 0 100100 1100010 1001110

Color Harmonies of #FED391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED391

Black with #FED391

Text Example


Text Example

White with #FED391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED391; }

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

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

background-color css

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

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

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

border-color css

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

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

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