Html Css Color HEX #FEF59D Pale Prim

📋 copy color: '#FEF59D'

red 254 ◦ green 245 ◦ blue 157

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

Shades of Pale Prim #FEF59D

Tints of Pale Prim #FEF59D

RGB

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

 GREEN value IS 245 (96.09% from 255) = 37.35%

 BLUE value IS 157 (61.72% from 255) = 23.93%

R = 38.72%
G = 37.35%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FEF59D (or 0xFEF59D) is known color: Pale Prim. HEX triplet: FE, F5 and 9D. RGB value is (254,245,157). Sum of RGB (Red+Green+Blue) = 254+245+157=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 245 (96.09% from 255 or 37.35% from 656); Blue value is 157 (61.72% from 255 or 23.93% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF59D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF59D is #010A62. Grayscale: #EEEEEE. Windows color (decimal): -68195 or 10352126. OLE color: 10352126.

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

Color convert

RGB 254 245 157 -
CMYK 0 0.04 0.38 0.00
HSL 54.43º 0.98% 0.81% -
HSV(B) 54.43º 0.38% 1% -
XYZ 79.61 88.81 44.84 -
YUV 237.66 82.48 139.66 -
System Red Green Blue C M Y K H S L
Decimal 254 245 157 0 0.04 0.38 0.00 54.43 0.98 0.81
Hex FE F5 9D 0 4 26 0 36 62 51
Octal 376 365 235 0 4 46 0 66 142 121
Binary 11111110 11110101 10011101 0 100 100110 0 110110 1100010 1010001

Color Harmonies of #FEF59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF59D

Black with #FEF59D

Text Example


Text Example

White with #FEF59D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF59D; }

 p { color: rgb(254,245,157); }

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

background-color css

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

 a { background-color: rgb(254,245,157); }

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

border-color css

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

 span { border-color: rgb(254,245,157); }

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