Html Css Color HEX #FED490 Caramel

📋 copy color: '#FED490'

red 254 ◦ green 212 ◦ blue 144

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

Shades of Caramel #FED490

Tints of Caramel #FED490

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.75%

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

R = 41.64%
G = 34.75%
B = 23.61%

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

#FED490 (or 0xFED490) is known color: Caramel. HEX triplet: FE, D4 and 90. RGB value is (254,212,144). Sum of RGB (Red+Green+Blue) = 254+212+144=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 212 (83.20% from 255 or 34.75% from 610); Blue value is 144 (56.64% from 255 or 23.61% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FED490 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED490 is #012B6F. Grayscale: #D9D9D9. Windows color (decimal): -76656 or 9491710. OLE color: 9491710.

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

Color convert

RGB 254 212 144 -
CMYK 0 0.17 0.43 0.00
HSL 37.09º 0.98% 0.78% -
HSV(B) 37.09º 0.43% 1% -
XYZ 69.45 70.17 36.27 -
YUV 216.81 86.91 154.53 -
System Red Green Blue C M Y K H S L
Decimal 254 212 144 0 0.17 0.43 0.00 37.09 0.98 0.78
Hex FE D4 90 0 11 2B 0 25 62 4E
Octal 376 324 220 0 21 53 0 45 142 116
Binary 11111110 11010100 10010000 0 10001 101011 0 100101 1100010 1001110

Color Harmonies of #FED490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED490

Black with #FED490

Text Example


Text Example

White with #FED490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED490; }

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

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

background-color css

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

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

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

border-color css

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

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

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