Html Css Color HEX #FED28C Caramel

📋 copy color: '#FED28C'

red 254 ◦ green 210 ◦ blue 140

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

Shades of Caramel #FED28C

Tints of Caramel #FED28C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 23.18%

R = 42.05%
G = 34.77%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FED28C (or 0xFED28C) is known color: Caramel. HEX triplet: FE, D2 and 8C. RGB value is (254,210,140). Sum of RGB (Red+Green+Blue) = 254+210+140=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 210 (82.42% from 255 or 34.77% from 604); Blue value is 140 (55.08% from 255 or 23.18% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FED28C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED28C is #012D73. Grayscale: #D7D7D7. Windows color (decimal): -77172 or 9229054. OLE color: 9229054.

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

Color convert

RGB 254 210 140 -
CMYK 0 0.17 0.45 0.00
HSL 36.84º 0.98% 0.77% -
HSV(B) 36.84º 0.45% 1% -
XYZ 68.65 69.06 34.52 -
YUV 215.18 85.58 155.69 -
System Red Green Blue C M Y K H S L
Decimal 254 210 140 0 0.17 0.45 0.00 36.84 0.98 0.77
Hex FE D2 8C 0 11 2D 0 25 62 4D
Octal 376 322 214 0 21 55 0 45 142 115
Binary 11111110 11010010 10001100 0 10001 101101 0 100101 1100010 1001101

Color Harmonies of #FED28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED28C

Black with #FED28C

Text Example


Text Example

White with #FED28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED28C; }

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

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

background-color css

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

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

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

border-color css

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

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

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