Html Css Color HEX #FDF748 Paris Daisy

📋 copy color: '#FDF748'

red 253 ◦ green 247 ◦ blue 72

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

Shades of Paris Daisy #FDF748

Tints of Paris Daisy #FDF748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 12.59%

R = 44.23%
G = 43.18%
B = 12.59%

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

#FDF748 (or 0xFDF748) is known color: Paris Daisy. HEX triplet: FD, F7 and 48. RGB value is (253,247,72). Sum of RGB (Red+Green+Blue) = 253+247+72=572 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.23% from 572); Green value is 247 (96.88% from 255 or 43.18% from 572); Blue value is 72 (28.52% from 255 or 12.59% from 572); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF748 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF748 is #0208B7. Grayscale: #E5E5E5. Windows color (decimal): -133304 or 4782077. OLE color: 4782077.

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

Color convert

RGB 253 247 72 -
CMYK 0 0.02 0.72 0.01
HSL 58.01º 0.98% 0.64% -
HSV(B) 58.01º 0.72% 0.99% -
XYZ 74.94 87.87 19.14 -
YUV 228.84 39.49 145.23 -
System Red Green Blue C M Y K H S L
Decimal 253 247 72 0 0.02 0.72 0.01 58.01 0.98 0.64
Hex FD F7 48 0 2 48 1 3A 62 40
Octal 375 367 110 0 2 110 1 72 142 100
Binary 11111101 11110111 1001000 0 10 1001000 1 111010 1100010 1000000

Color Harmonies of #FDF748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF748

Black with #FDF748

Text Example


Text Example

White with #FDF748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF748; }

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

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

background-color css

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

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

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

border-color css

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

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

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