Html Css Color HEX #FDF342 Paris Daisy

📋 copy color: '#FDF342'

red 253 ◦ green 243 ◦ blue 66

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

Shades of Paris Daisy #FDF342

Tints of Paris Daisy #FDF342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 11.74%

R = 45.02%
G = 43.24%
B = 11.74%

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

#FDF342 (or 0xFDF342) is known color: Paris Daisy. HEX triplet: FD, F3 and 42. RGB value is (253,243,66). Sum of RGB (Red+Green+Blue) = 253+243+66=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 243 (95.31% from 255 or 43.24% from 562); Blue value is 66 (26.17% from 255 or 11.74% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF342 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF342 is #020CBD. Grayscale: #E2E2E2. Windows color (decimal): -134334 or 4387837. OLE color: 4387837.

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

Color convert

RGB 253 243 66 -
CMYK 0 0.04 0.74 0.01
HSL 56.79º 0.98% 0.63% -
HSV(B) 56.79º 0.74% 0.99% -
XYZ 73.54 85.38 17.76 -
YUV 225.81 37.81 147.39 -
System Red Green Blue C M Y K H S L
Decimal 253 243 66 0 0.04 0.74 0.01 56.79 0.98 0.63
Hex FD F3 42 0 4 4A 1 39 62 3F
Octal 375 363 102 0 4 112 1 71 142 77
Binary 11111101 11110011 1000010 0 100 1001010 1 111001 1100010 111111

Color Harmonies of #FDF342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF342

Black with #FDF342

Text Example


Text Example

White with #FDF342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF342; }

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

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

background-color css

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

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

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

border-color css

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

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

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