Html Css Color HEX #FDF946 Paris Daisy

📋 copy color: '#FDF946'

red 253 ◦ green 249 ◦ blue 70

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

Shades of Paris Daisy #FDF946

Tints of Paris Daisy #FDF946

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.53%

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

R = 44.23%
G = 43.53%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FDF946 (or 0xFDF946) is known color: Paris Daisy. HEX triplet: FD, F9 and 46. RGB value is (253,249,70). Sum of RGB (Red+Green+Blue) = 253+249+70=572 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.23% from 572); Green value is 249 (97.66% from 255 or 43.53% from 572); Blue value is 70 (27.73% from 255 or 12.24% from 572); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF946 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF946 is #0206B9. Grayscale: #E6E6E6. Windows color (decimal): -132794 or 4651517. OLE color: 4651517.

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

Color convert

RGB 253 249 70 -
CMYK 0 0.02 0.72 0.01
HSL 58.69º 0.98% 0.63% -
HSV(B) 58.69º 0.72% 0.99% -
XYZ 75.49 89.08 19.01 -
YUV 229.79 37.83 144.55 -
System Red Green Blue C M Y K H S L
Decimal 253 249 70 0 0.02 0.72 0.01 58.69 0.98 0.63
Hex FD F9 46 0 2 48 1 3B 62 3F
Octal 375 371 106 0 2 110 1 73 142 77
Binary 11111101 11111001 1000110 0 10 1001000 1 111011 1100010 111111

Color Harmonies of #FDF946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF946

Black with #FDF946

Text Example


Text Example

White with #FDF946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF946; }

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

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

background-color css

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

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

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

border-color css

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

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

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