Html Css Color HEX #FDEF48 Paris Daisy

📋 copy color: '#FDEF48'

red 253 ◦ green 239 ◦ blue 72

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

Shades of Paris Daisy #FDEF48

Tints of Paris Daisy #FDEF48

RGB

 RED value IS 253 (99.22% from 255) = 44.86%

 GREEN value IS 239 (93.75% from 255) = 42.38%

 BLUE value IS 72 (28.52% from 255) = 12.77%

R = 44.86%
G = 42.38%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FDEF48 (or 0xFDEF48) is known color: Paris Daisy. HEX triplet: FD, EF and 48. RGB value is (253,239,72). Sum of RGB (Red+Green+Blue) = 253+239+72=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 239 (93.75% from 255 or 42.38% from 564); Blue value is 72 (28.52% from 255 or 12.77% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEF48 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEF48 is #0210B7. Grayscale: #E0E0E0. Windows color (decimal): -135352 or 4780029. OLE color: 4780029.

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

Color convert

RGB 253 239 72 -
CMYK 0 0.06 0.72 0.01
HSL 55.36º 0.98% 0.64% -
HSV(B) 55.36º 0.72% 0.99% -
XYZ 72.54 83.08 18.34 -
YUV 224.15 42.14 148.58 -
System Red Green Blue C M Y K H S L
Decimal 253 239 72 0 0.06 0.72 0.01 55.36 0.98 0.64
Hex FD EF 48 0 6 48 1 37 62 40
Octal 375 357 110 0 6 110 1 67 142 100
Binary 11111101 11101111 1001000 0 110 1001000 1 110111 1100010 1000000

Color Harmonies of #FDEF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEF48

Black with #FDEF48

Text Example


Text Example

White with #FDEF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEF48; }

 p { color: rgb(253,239,72); }

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

background-color css

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

 a { background-color: rgb(253,239,72); }

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

border-color css

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

 span { border-color: rgb(253,239,72); }

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