Html Css Color HEX #FDF448 Paris Daisy

📋 copy color: '#FDF448'

red 253 ◦ green 244 ◦ blue 72

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

Shades of Paris Daisy #FDF448

Tints of Paris Daisy #FDF448

RGB

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

 GREEN value IS 244 (95.7% from 255) = 42.88%

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

R = 44.46%
G = 42.88%
B = 12.65%

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

#FDF448 (or 0xFDF448) is known color: Paris Daisy. HEX triplet: FD, F4 and 48. RGB value is (253,244,72). Sum of RGB (Red+Green+Blue) = 253+244+72=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 244 (95.70% from 255 or 42.88% from 569); Blue value is 72 (28.52% from 255 or 12.65% from 569); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF448 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF448 is #020BB7. Grayscale: #E3E3E3. Windows color (decimal): -134072 or 4781309. OLE color: 4781309.

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

Color convert

RGB 253 244 72 -
CMYK 0 0.04 0.72 0.01
HSL 57.02º 0.98% 0.64% -
HSV(B) 57.02º 0.72% 0.99% -
XYZ 74.03 86.05 18.84 -
YUV 227.08 40.48 146.49 -
System Red Green Blue C M Y K H S L
Decimal 253 244 72 0 0.04 0.72 0.01 57.02 0.98 0.64
Hex FD F4 48 0 4 48 1 39 62 40
Octal 375 364 110 0 4 110 1 71 142 100
Binary 11111101 11110100 1001000 0 100 1001000 1 111001 1100010 1000000

Color Harmonies of #FDF448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF448

Black with #FDF448

Text Example


Text Example

White with #FDF448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF448; }

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

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

background-color css

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

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

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

border-color css

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

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

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