Html Css Color HEX #FDF148 Paris Daisy

📋 copy color: '#FDF148'

red 253 ◦ green 241 ◦ blue 72

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

Shades of Paris Daisy #FDF148

Tints of Paris Daisy #FDF148

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.58%

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

R = 44.7%
G = 42.58%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FDF148 (or 0xFDF148) is known color: Paris Daisy. HEX triplet: FD, F1 and 48. RGB value is (253,241,72). Sum of RGB (Red+Green+Blue) = 253+241+72=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 241 (94.53% from 255 or 42.58% from 566); Blue value is 72 (28.52% from 255 or 12.72% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF148 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF148 is #020EB7. Grayscale: #E2E2E2. Windows color (decimal): -134840 or 4780541. OLE color: 4780541.

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

Color convert

RGB 253 241 72 -
CMYK 0 0.05 0.72 0.01
HSL 56.02º 0.98% 0.64% -
HSV(B) 56.02º 0.72% 0.99% -
XYZ 73.13 84.26 18.54 -
YUV 225.32 41.48 147.74 -
System Red Green Blue C M Y K H S L
Decimal 253 241 72 0 0.05 0.72 0.01 56.02 0.98 0.64
Hex FD F1 48 0 5 48 1 38 62 40
Octal 375 361 110 0 5 110 1 70 142 100
Binary 11111101 11110001 1001000 0 101 1001000 1 111000 1100010 1000000

Color Harmonies of #FDF148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF148

Black with #FDF148

Text Example


Text Example

White with #FDF148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF148; }

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

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

background-color css

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

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

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

border-color css

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

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

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