Html Css Color HEX #FED791 Caramel

📋 copy color: '#FED791'

red 254 ◦ green 215 ◦ blue 145

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

Shades of Caramel #FED791

Tints of Caramel #FED791

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.02%

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

R = 41.37%
G = 35.02%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FED791 (or 0xFED791) is known color: Caramel. HEX triplet: FE, D7 and 91. RGB value is (254,215,145). Sum of RGB (Red+Green+Blue) = 254+215+145=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 215 (84.38% from 255 or 35.02% from 614); Blue value is 145 (57.03% from 255 or 23.62% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FED791 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED791 is #01286E. Grayscale: #DBDBDB. Windows color (decimal): -75887 or 9558014. OLE color: 9558014.

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

Color convert

RGB 254 215 145 -
CMYK 0 0.15 0.43 0.00
HSL 38.53º 0.98% 0.78% -
HSV(B) 38.53º 0.43% 1% -
XYZ 70.28 71.72 36.93 -
YUV 218.68 86.42 153.19 -
System Red Green Blue C M Y K H S L
Decimal 254 215 145 0 0.15 0.43 0.00 38.53 0.98 0.78
Hex FE D7 91 0 F 2B 0 27 62 4E
Octal 376 327 221 0 17 53 0 47 142 116
Binary 11111110 11010111 10010001 0 1111 101011 0 100111 1100010 1001110

Color Harmonies of #FED791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED791

Black with #FED791

Text Example


Text Example

White with #FED791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED791; }

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

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

background-color css

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

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

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

border-color css

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

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

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