Html Css Color HEX #FDF546 Paris Daisy

📋 copy color: '#FDF546'

red 253 ◦ green 245 ◦ blue 70

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

Shades of Paris Daisy #FDF546

Tints of Paris Daisy #FDF546

RGB

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

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

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

R = 44.54%
G = 43.13%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FDF546 (or 0xFDF546) is known color: Paris Daisy. HEX triplet: FD, F5 and 46. RGB value is (253,245,70). Sum of RGB (Red+Green+Blue) = 253+245+70=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 245 (96.09% from 255 or 43.13% from 568); Blue value is 70 (27.73% from 255 or 12.32% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF546 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF546 is #020AB9. Grayscale: #E4E4E4. Windows color (decimal): -133818 or 4650493. OLE color: 4650493.

HSL color Cylindrical-coordinate representation of color #FDF546: hue angle of 57.38º 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 #FDF546 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 245 70 -
CMYK 0 0.03 0.72 0.01
HSL 57.38º 0.98% 0.63% -
HSV(B) 57.38º 0.72% 0.99% -
XYZ 74.27 86.63 18.6 -
YUV 227.44 39.15 146.23 -
System Red Green Blue C M Y K H S L
Decimal 253 245 70 0 0.03 0.72 0.01 57.38 0.98 0.63
Hex FD F5 46 0 3 48 1 39 62 3F
Octal 375 365 106 0 3 110 1 71 142 77
Binary 11111101 11110101 1000110 0 11 1001000 1 111001 1100010 111111

Color Harmonies of #FDF546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF546

Black with #FDF546

Text Example


Text Example

White with #FDF546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF546; }

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

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

background-color css

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

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

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

border-color css

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

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

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