Html Css Color HEX #FDF241 Paris Daisy

📋 copy color: '#FDF241'

red 253 ◦ green 242 ◦ blue 65

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

Shades of Paris Daisy #FDF241

Tints of Paris Daisy #FDF241

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.21%

 BLUE value IS 65 (25.78% from 255) = 11.61%

R = 45.18%
G = 43.21%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDF241 (or 0xFDF241) is known color: Paris Daisy. HEX triplet: FD, F2 and 41. RGB value is (253,242,65). Sum of RGB (Red+Green+Blue) = 253+242+65=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 242 (94.92% from 255 or 43.21% from 560); Blue value is 65 (25.78% from 255 or 11.61% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF241 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF241 is #020DBE. Grayscale: #E1E1E1. Windows color (decimal): -134591 or 4322045. OLE color: 4322045.

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

Color convert

RGB 253 242 65 -
CMYK 0 0.04 0.74 0.01
HSL 56.49º 0.98% 0.62% -
HSV(B) 56.49º 0.74% 0.99% -
XYZ 73.21 84.77 17.5 -
YUV 225.11 37.64 147.89 -
System Red Green Blue C M Y K H S L
Decimal 253 242 65 0 0.04 0.74 0.01 56.49 0.98 0.62
Hex FD F2 41 0 4 4A 1 38 62 3E
Octal 375 362 101 0 4 112 1 70 142 76
Binary 11111101 11110010 1000001 0 100 1001010 1 111000 1100010 111110

Color Harmonies of #FDF241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF241

Black with #FDF241

Text Example


Text Example

White with #FDF241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF241; }

 p { color: rgb(253,242,65); }

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

background-color css

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

 a { background-color: rgb(253,242,65); }

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

border-color css

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

 span { border-color: rgb(253,242,65); }

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