Html Css Color HEX #FDF442 Paris Daisy

📋 copy color: '#FDF442'

red 253 ◦ green 244 ◦ blue 66

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

Shades of Paris Daisy #FDF442

Tints of Paris Daisy #FDF442

RGB

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

 GREEN value IS 244 (95.7% from 255) = 43.34%

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

R = 44.94%
G = 43.34%
B = 11.72%

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

#FDF442 (or 0xFDF442) is known color: Paris Daisy. HEX triplet: FD, F4 and 42. RGB value is (253,244,66). Sum of RGB (Red+Green+Blue) = 253+244+66=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 244 (95.70% from 255 or 43.34% from 563); Blue value is 66 (26.17% from 255 or 11.72% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF442 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF442 is #020BBD. Grayscale: #E3E3E3. Windows color (decimal): -134078 or 4388093. OLE color: 4388093.

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

Color convert

RGB 253 244 66 -
CMYK 0 0.04 0.74 0.01
HSL 57.11º 0.98% 0.63% -
HSV(B) 57.11º 0.74% 0.99% -
XYZ 73.84 85.98 17.86 -
YUV 226.4 37.48 146.97 -
System Red Green Blue C M Y K H S L
Decimal 253 244 66 0 0.04 0.74 0.01 57.11 0.98 0.63
Hex FD F4 42 0 4 4A 1 39 62 3F
Octal 375 364 102 0 4 112 1 71 142 77
Binary 11111101 11110100 1000010 0 100 1001010 1 111001 1100010 111111

Color Harmonies of #FDF442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF442

Black with #FDF442

Text Example


Text Example

White with #FDF442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF442; }

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

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

background-color css

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

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

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

border-color css

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

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

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