Html Css Color HEX #FED291 Caramel

📋 copy color: '#FED291'

red 254 ◦ green 210 ◦ blue 145

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

Shades of Caramel #FED291

Tints of Caramel #FED291

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.48%

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

R = 41.71%
G = 34.48%
B = 23.81%

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

#FED291 (or 0xFED291) is known color: Caramel. HEX triplet: FE, D2 and 91. RGB value is (254,210,145). Sum of RGB (Red+Green+Blue) = 254+210+145=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 210 (82.42% from 255 or 34.48% from 609); Blue value is 145 (57.03% from 255 or 23.81% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FED291 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED291 is #012D6E. Grayscale: #D8D8D8. Windows color (decimal): -77167 or 9556734. OLE color: 9556734.

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

Color convert

RGB 254 210 145 -
CMYK 0 0.17 0.43 0.00
HSL 35.78º 0.98% 0.78% -
HSV(B) 35.78º 0.43% 1% -
XYZ 69.03 69.21 36.51 -
YUV 215.75 88.08 155.29 -
System Red Green Blue C M Y K H S L
Decimal 254 210 145 0 0.17 0.43 0.00 35.78 0.98 0.78
Hex FE D2 91 0 11 2B 0 24 62 4E
Octal 376 322 221 0 21 53 0 44 142 116
Binary 11111110 11010010 10010001 0 10001 101011 0 100100 1100010 1001110

Color Harmonies of #FED291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED291

Black with #FED291

Text Example


Text Example

White with #FED291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED291; }

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

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

background-color css

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

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

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

border-color css

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

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

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