#FDE74B

Color #FDE74B Paris Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris Daisy #FDE74B

Tints of Paris Daisy #FDE74B

Color information

#FDE74B (or 0xFDE74B) is unknown color: approx Paris Daisy. HEX triplet: FD, E7 and 4B. RGB value is (253,231,75). Sum of RGB (Red+Green+Blue) = 253+231+75=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 231 (90.62% from 255 or 41.32% from 559); Blue value is 75 (29.69% from 255 or 13.42% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE74B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDE74B is #0218B4. Grayscale: #DCDCDC. Windows color (decimal): -137397 or 4974589. OLE color: 4974589.

HSL color Cylindrical-coordinate representation of color #FDE74B: hue angle of 52.58º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FDE74B is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB25323175-
CMYK00.090.700.01
HSL52.58º97.8%64.31%-
HSV(B)52.58º70.36%99.22%-
XYZ70.3578.5418.11-
YUV219.7946.29151.68-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.26%
GREEN value IS 231 (90.62% from 255) = 41.32%
BLUE value IS 75 (29.69% from 255) = 13.42%
R=45.26%
G=41.32%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.70
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532317500.090.700.0152.5897.864.31
HexFDE74B09461356240
Octal375347113011106165142100
Binary11111101111001111001011010011000110111010111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE74B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE74B; }

 p { color: rgb(253,231,75); }

 H1.HeaderClassName
 {
   color: #FDE74B;
 }
 .AnyTagClassName
 {
   color: #FDE74B;
 }
</style>
background-color css

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

 a { background-color: rgb(253,231,75); }

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

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

 span { border-color: rgb(253,231,75); }

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