Html Css Color HEX #FED08D Caramel

📋 copy color: '#FED08D'

red 254 ◦ green 208 ◦ blue 141

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

Shades of Caramel #FED08D

Tints of Caramel #FED08D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.49%

 BLUE value IS 141 (55.47% from 255) = 23.38%

R = 42.12%
G = 34.49%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FED08D (or 0xFED08D) is known color: Caramel. HEX triplet: FE, D0 and 8D. RGB value is (254,208,141). Sum of RGB (Red+Green+Blue) = 254+208+141=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 208 (81.64% from 255 or 34.49% from 603); Blue value is 141 (55.47% from 255 or 23.38% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FED08D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED08D is #012F72. Grayscale: #D6D6D6. Windows color (decimal): -77683 or 9294078. OLE color: 9294078.

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

Color convert

RGB 254 208 141 -
CMYK 0 0.18 0.44 0.00
HSL 35.58º 0.98% 0.77% -
HSV(B) 35.58º 0.44% 1% -
XYZ 68.24 68.11 34.75 -
YUV 214.12 86.74 156.45 -
System Red Green Blue C M Y K H S L
Decimal 254 208 141 0 0.18 0.44 0.00 35.58 0.98 0.77
Hex FE D0 8D 0 12 2C 0 24 62 4D
Octal 376 320 215 0 22 54 0 44 142 115
Binary 11111110 11010000 10001101 0 10010 101100 0 100100 1100010 1001101

Color Harmonies of #FED08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED08D

Black with #FED08D

Text Example


Text Example

White with #FED08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED08D; }

 p { color: rgb(254,208,141); }

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

background-color css

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

 a { background-color: rgb(254,208,141); }

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

border-color css

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

 span { border-color: rgb(254,208,141); }

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