Html Css Color HEX #FDF341 Paris Daisy

📋 copy color: '#FDF341'

red 253 ◦ green 243 ◦ blue 65

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

Shades of Paris Daisy #FDF341

Tints of Paris Daisy #FDF341

RGB

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

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

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

R = 45.1%
G = 43.32%
B = 11.59%

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

#FDF341 (or 0xFDF341) is known color: Paris Daisy. HEX triplet: FD, F3 and 41. RGB value is (253,243,65). Sum of RGB (Red+Green+Blue) = 253+243+65=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 243 (95.31% from 255 or 43.32% from 561); Blue value is 65 (25.78% from 255 or 11.59% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF341 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF341 is #020CBE. Grayscale: #E2E2E2. Windows color (decimal): -134335 or 4322301. OLE color: 4322301.

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

Color convert

RGB 253 243 65 -
CMYK 0 0.04 0.74 0.01
HSL 56.81º 0.98% 0.62% -
HSV(B) 56.81º 0.74% 0.99% -
XYZ 73.51 85.37 17.6 -
YUV 225.7 37.31 147.47 -
System Red Green Blue C M Y K H S L
Decimal 253 243 65 0 0.04 0.74 0.01 56.81 0.98 0.62
Hex FD F3 41 0 4 4A 1 39 62 3E
Octal 375 363 101 0 4 112 1 71 142 76
Binary 11111101 11110011 1000001 0 100 1001010 1 111001 1100010 111110

Color Harmonies of #FDF341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF341

Black with #FDF341

Text Example


Text Example

White with #FDF341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF341; }

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

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

background-color css

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

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

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

border-color css

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

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

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