Html Css Color HEX #FED092 Caramel

📋 copy color: '#FED092'

red 254 ◦ green 208 ◦ blue 146

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

Shades of Caramel #FED092

Tints of Caramel #FED092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 24.01%

R = 41.78%
G = 34.21%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FED092 (or 0xFED092) is known color: Caramel. HEX triplet: FE, D0 and 92. RGB value is (254,208,146). Sum of RGB (Red+Green+Blue) = 254+208+146=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 208 (81.64% from 255 or 34.21% from 608); Blue value is 146 (57.42% from 255 or 24.01% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FED092 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED092 is #012F6D. Grayscale: #D6D6D6. Windows color (decimal): -77678 or 9621758. OLE color: 9621758.

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

Color convert

RGB 254 208 146 -
CMYK 0 0.18 0.43 0.00
HSL 34.44º 0.98% 0.78% -
HSV(B) 34.44º 0.43% 1% -
XYZ 68.62 68.26 36.75 -
YUV 214.69 89.24 156.04 -
System Red Green Blue C M Y K H S L
Decimal 254 208 146 0 0.18 0.43 0.00 34.44 0.98 0.78
Hex FE D0 92 0 12 2B 0 22 62 4E
Octal 376 320 222 0 22 53 0 42 142 116
Binary 11111110 11010000 10010010 0 10010 101011 0 100010 1100010 1001110

Color Harmonies of #FED092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED092

Black with #FED092

Text Example


Text Example

White with #FED092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED092; }

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

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

background-color css

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

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

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

border-color css

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

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

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