Html Css Color HEX #FDF348 Paris Daisy

📋 copy color: '#FDF348'

red 253 ◦ green 243 ◦ blue 72

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

Shades of Paris Daisy #FDF348

Tints of Paris Daisy #FDF348

RGB

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

 GREEN value IS 243 (95.31% from 255) = 42.78%

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

R = 44.54%
G = 42.78%
B = 12.68%

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

#FDF348 (or 0xFDF348) is known color: Paris Daisy. HEX triplet: FD, F3 and 48. RGB value is (253,243,72). Sum of RGB (Red+Green+Blue) = 253+243+72=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 243 (95.31% from 255 or 42.78% from 568); Blue value is 72 (28.52% from 255 or 12.68% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF348 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF348 is #020CB7. Grayscale: #E3E3E3. Windows color (decimal): -134328 or 4781053. OLE color: 4781053.

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

Color convert

RGB 253 243 72 -
CMYK 0 0.04 0.72 0.01
HSL 56.69º 0.98% 0.64% -
HSV(B) 56.69º 0.72% 0.99% -
XYZ 73.73 85.45 18.74 -
YUV 226.5 40.81 146.9 -
System Red Green Blue C M Y K H S L
Decimal 253 243 72 0 0.04 0.72 0.01 56.69 0.98 0.64
Hex FD F3 48 0 4 48 1 39 62 40
Octal 375 363 110 0 4 110 1 71 142 100
Binary 11111101 11110011 1001000 0 100 1001000 1 111001 1100010 1000000

Color Harmonies of #FDF348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF348

Black with #FDF348

Text Example


Text Example

White with #FDF348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF348; }

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

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

background-color css

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

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

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

border-color css

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

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

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