Html Css Color HEX #FDF346 Paris Daisy

📋 copy color: '#FDF346'

red 253 ◦ green 243 ◦ blue 70

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

Shades of Paris Daisy #FDF346

Tints of Paris Daisy #FDF346

RGB

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

 GREEN value IS 243 (95.31% from 255) = 42.93%

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

R = 44.7%
G = 42.93%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FDF346 (or 0xFDF346) is known color: Paris Daisy. HEX triplet: FD, F3 and 46. RGB value is (253,243,70). Sum of RGB (Red+Green+Blue) = 253+243+70=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 243 (95.31% from 255 or 42.93% from 566); Blue value is 70 (27.73% from 255 or 12.37% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF346 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF346 is #020CB9. Grayscale: #E2E2E2. Windows color (decimal): -134330 or 4649981. OLE color: 4649981.

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

Color convert

RGB 253 243 70 -
CMYK 0 0.04 0.72 0.01
HSL 56.72º 0.98% 0.63% -
HSV(B) 56.72º 0.72% 0.99% -
XYZ 73.66 85.43 18.4 -
YUV 226.27 39.81 147.07 -
System Red Green Blue C M Y K H S L
Decimal 253 243 70 0 0.04 0.72 0.01 56.72 0.98 0.63
Hex FD F3 46 0 4 48 1 39 62 3F
Octal 375 363 106 0 4 110 1 71 142 77
Binary 11111101 11110011 1000110 0 100 1001000 1 111001 1100010 111111

Color Harmonies of #FDF346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF346

Black with #FDF346

Text Example


Text Example

White with #FDF346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF346; }

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

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

background-color css

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

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

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

border-color css

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

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

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