Html Css Color HEX #FEDC92 Cream Brulee

📋 copy color: '#FEDC92'

red 254 ◦ green 220 ◦ blue 146

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

Shades of Cream Brulee #FEDC92

Tints of Cream Brulee #FEDC92

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.48%

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

R = 40.97%
G = 35.48%
B = 23.55%

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

#FEDC92 (or 0xFEDC92) is known color: Cream Brulee. HEX triplet: FE, DC and 92. RGB value is (254,220,146). Sum of RGB (Red+Green+Blue) = 254+220+146=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 146 (57.42% from 255 or 23.55% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDC92 is #01236D. Grayscale: #DEDEDE. Windows color (decimal): -74606 or 9624830. OLE color: 9624830.

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

Color convert

RGB 254 220 146 -
CMYK 0 0.13 0.43 0.00
HSL 41.11º 0.98% 0.78% -
HSV(B) 41.11º 0.43% 1% -
XYZ 71.65 74.33 37.77 -
YUV 221.73 85.26 151.02 -
System Red Green Blue C M Y K H S L
Decimal 254 220 146 0 0.13 0.43 0.00 41.11 0.98 0.78
Hex FE DC 92 0 D 2B 0 29 62 4E
Octal 376 334 222 0 15 53 0 51 142 116
Binary 11111110 11011100 10010010 0 1101 101011 0 101001 1100010 1001110

Color Harmonies of #FEDC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC92

Black with #FEDC92

Text Example


Text Example

White with #FEDC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC92; }

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

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

background-color css

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

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

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

border-color css

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

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

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