Html Css Color HEX #FDF242 Paris Daisy

📋 copy color: '#FDF242'

red 253 ◦ green 242 ◦ blue 66

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

Shades of Paris Daisy #FDF242

Tints of Paris Daisy #FDF242

RGB

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

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

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

R = 45.1%
G = 43.14%
B = 11.76%

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

#FDF242 (or 0xFDF242) is known color: Paris Daisy. HEX triplet: FD, F2 and 42. RGB value is (253,242,66). Sum of RGB (Red+Green+Blue) = 253+242+66=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 242 (94.92% from 255 or 43.14% from 561); Blue value is 66 (26.17% from 255 or 11.76% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF242 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF242 is #020DBD. Grayscale: #E1E1E1. Windows color (decimal): -134590 or 4387581. OLE color: 4387581.

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

Color convert

RGB 253 242 66 -
CMYK 0 0.04 0.74 0.01
HSL 56.47º 0.98% 0.63% -
HSV(B) 56.47º 0.74% 0.99% -
XYZ 73.24 84.78 17.66 -
YUV 225.23 38.14 147.81 -
System Red Green Blue C M Y K H S L
Decimal 253 242 66 0 0.04 0.74 0.01 56.47 0.98 0.63
Hex FD F2 42 0 4 4A 1 38 62 3F
Octal 375 362 102 0 4 112 1 70 142 77
Binary 11111101 11110010 1000010 0 100 1001010 1 111000 1100010 111111

Color Harmonies of #FDF242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF242

Black with #FDF242

Text Example


Text Example

White with #FDF242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF242; }

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

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

background-color css

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

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

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

border-color css

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

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

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