Html Css Color HEX #FDF746 Paris Daisy

📋 copy color: '#FDF746'

red 253 ◦ green 247 ◦ blue 70

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

Shades of Paris Daisy #FDF746

Tints of Paris Daisy #FDF746

RGB

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

 GREEN value IS 247 (96.88% from 255) = 43.33%

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

R = 44.39%
G = 43.33%
B = 12.28%

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

#FDF746 (or 0xFDF746) is known color: Paris Daisy. HEX triplet: FD, F7 and 46. RGB value is (253,247,70). Sum of RGB (Red+Green+Blue) = 253+247+70=570 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.39% from 570); Green value is 247 (96.88% from 255 or 43.33% from 570); Blue value is 70 (27.73% from 255 or 12.28% from 570); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF746 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF746 is #0208B9. Grayscale: #E5E5E5. Windows color (decimal): -133306 or 4651005. OLE color: 4651005.

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

Color convert

RGB 253 247 70 -
CMYK 0 0.02 0.72 0.01
HSL 58.03º 0.98% 0.63% -
HSV(B) 58.03º 0.72% 0.99% -
XYZ 74.87 87.85 18.8 -
YUV 228.62 38.49 145.39 -
System Red Green Blue C M Y K H S L
Decimal 253 247 70 0 0.02 0.72 0.01 58.03 0.98 0.63
Hex FD F7 46 0 2 48 1 3A 62 3F
Octal 375 367 106 0 2 110 1 72 142 77
Binary 11111101 11110111 1000110 0 10 1001000 1 111010 1100010 111111

Color Harmonies of #FDF746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF746

Black with #FDF746

Text Example


Text Example

White with #FDF746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF746; }

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

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

background-color css

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

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

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

border-color css

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

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

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