Html Css Color HEX #FDF948 Paris Daisy

📋 copy color: '#FDF948'

red 253 ◦ green 249 ◦ blue 72

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

Shades of Paris Daisy #FDF948

Tints of Paris Daisy #FDF948

RGB

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

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

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

R = 44.08%
G = 43.38%
B = 12.54%

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

#FDF948 (or 0xFDF948) is known color: Paris Daisy. HEX triplet: FD, F9 and 48. RGB value is (253,249,72). Sum of RGB (Red+Green+Blue) = 253+249+72=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 249 (97.66% from 255 or 43.38% from 574); Blue value is 72 (28.52% from 255 or 12.54% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF948 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF948 is #0206B7. Grayscale: #E6E6E6. Windows color (decimal): -132792 or 4782589. OLE color: 4782589.

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

Color convert

RGB 253 249 72 -
CMYK 0 0.02 0.72 0.01
HSL 58.67º 0.98% 0.64% -
HSV(B) 58.67º 0.72% 0.99% -
XYZ 75.55 89.1 19.35 -
YUV 230.02 38.83 144.39 -
System Red Green Blue C M Y K H S L
Decimal 253 249 72 0 0.02 0.72 0.01 58.67 0.98 0.64
Hex FD F9 48 0 2 48 1 3B 62 40
Octal 375 371 110 0 2 110 1 73 142 100
Binary 11111101 11111001 1001000 0 10 1001000 1 111011 1100010 1000000

Color Harmonies of #FDF948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF948

Black with #FDF948

Text Example


Text Example

White with #FDF948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF948; }

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

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

background-color css

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

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

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

border-color css

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

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

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