Html Css Color HEX #FDEF46 Paris Daisy

📋 copy color: '#FDEF46'

red 253 ◦ green 239 ◦ blue 70

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

Shades of Paris Daisy #FDEF46

Tints of Paris Daisy #FDEF46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 12.46%

R = 45.02%
G = 42.53%
B = 12.46%

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

#FDEF46 (or 0xFDEF46) is known color: Paris Daisy. HEX triplet: FD, EF and 46. RGB value is (253,239,70). Sum of RGB (Red+Green+Blue) = 253+239+70=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 239 (93.75% from 255 or 42.53% from 562); Blue value is 70 (27.73% from 255 or 12.46% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEF46 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEF46 is #0210B9. Grayscale: #E0E0E0. Windows color (decimal): -135354 or 4648957. OLE color: 4648957.

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

Color convert

RGB 253 239 70 -
CMYK 0 0.06 0.72 0.01
HSL 55.41º 0.98% 0.63% -
HSV(B) 55.41º 0.72% 0.99% -
XYZ 72.48 83.06 18.01 -
YUV 223.92 41.14 148.74 -
System Red Green Blue C M Y K H S L
Decimal 253 239 70 0 0.06 0.72 0.01 55.41 0.98 0.63
Hex FD EF 46 0 6 48 1 37 62 3F
Octal 375 357 106 0 6 110 1 67 142 77
Binary 11111101 11101111 1000110 0 110 1001000 1 110111 1100010 111111

Color Harmonies of #FDEF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEF46

Black with #FDEF46

Text Example


Text Example

White with #FDEF46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEF46; }

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

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

background-color css

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

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

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

border-color css

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

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

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