Html Css Color HEX #FED08F Caramel

📋 copy color: '#FED08F'

red 254 ◦ green 208 ◦ blue 143

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

Shades of Caramel #FED08F

Tints of Caramel #FED08F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 23.64%

R = 41.98%
G = 34.38%
B = 23.64%

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

#FED08F (or 0xFED08F) is known color: Caramel. HEX triplet: FE, D0 and 8F. RGB value is (254,208,143). Sum of RGB (Red+Green+Blue) = 254+208+143=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 208 (81.64% from 255 or 34.38% from 605); Blue value is 143 (56.25% from 255 or 23.64% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FED08F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED08F is #012F70. Grayscale: #D6D6D6. Windows color (decimal): -77681 or 9425150. OLE color: 9425150.

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

Color convert

RGB 254 208 143 -
CMYK 0 0.18 0.44 0.00
HSL 35.14º 0.98% 0.78% -
HSV(B) 35.14º 0.44% 1% -
XYZ 68.39 68.17 35.54 -
YUV 214.34 87.74 156.29 -
System Red Green Blue C M Y K H S L
Decimal 254 208 143 0 0.18 0.44 0.00 35.14 0.98 0.78
Hex FE D0 8F 0 12 2C 0 23 62 4E
Octal 376 320 217 0 22 54 0 43 142 116
Binary 11111110 11010000 10001111 0 10010 101100 0 100011 1100010 1001110

Color Harmonies of #FED08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED08F

Black with #FED08F

Text Example


Text Example

White with #FED08F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED08F; }

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

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

background-color css

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

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

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

border-color css

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

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

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