Html Css Color HEX #FEDD92 Cream Brulee

📋 copy color: '#FEDD92'

red 254 ◦ green 221 ◦ blue 146

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

Shades of Cream Brulee #FEDD92

Tints of Cream Brulee #FEDD92

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.59%

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

R = 40.9%
G = 35.59%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FEDD92 (or 0xFEDD92) is known color: Cream Brulee. HEX triplet: FE, DD and 92. RGB value is (254,221,146). Sum of RGB (Red+Green+Blue) = 254+221+146=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 146 (57.42% from 255 or 23.51% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDD92 is #01226D. Grayscale: #DEDEDE. Windows color (decimal): -74350 or 9625086. OLE color: 9625086.

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

Color convert

RGB 254 221 146 -
CMYK 0 0.13 0.43 0.00
HSL 41.67º 0.98% 0.78% -
HSV(B) 41.67º 0.43% 1% -
XYZ 71.92 74.86 37.85 -
YUV 222.32 84.93 150.6 -
System Red Green Blue C M Y K H S L
Decimal 254 221 146 0 0.13 0.43 0.00 41.67 0.98 0.78
Hex FE DD 92 0 D 2B 0 2A 62 4E
Octal 376 335 222 0 15 53 0 52 142 116
Binary 11111110 11011101 10010010 0 1101 101011 0 101010 1100010 1001110

Color Harmonies of #FEDD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD92

Black with #FEDD92

Text Example


Text Example

White with #FEDD92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD92; }

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

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

background-color css

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

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

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

border-color css

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

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

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