Html Css Color HEX #FDFE42 Paris Daisy

📋 copy color: '#FDFE42'

red 253 ◦ green 254 ◦ blue 66

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

Shades of Paris Daisy #FDFE42

Tints of Paris Daisy #FDFE42

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.33%

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

R = 44.15%
G = 44.33%
B = 11.52%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FDFE42 (or 0xFDFE42) is known color: Paris Daisy. HEX triplet: FD, FE and 42. RGB value is (253,254,66). Sum of RGB (Red+Green+Blue) = 253+254+66=573 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.15% from 573); Green value is 254 (99.61% from 255 or 44.33% from 573); Blue value is 66 (26.17% from 255 or 11.52% from 573); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFE42 is #0201BD. Grayscale: #E9E9E9. Windows color (decimal): -131518 or 4390653. OLE color: 4390653.

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

Color convert

RGB 253 254 66 -
CMYK 0.00 0 0.74 0.00
HSL 60.32º 0.99% 0.63% -
HSV(B) 60.32º 0.74% 1% -
XYZ 76.93 92.16 18.89 -
YUV 232.27 34.17 142.79 -
System Red Green Blue C M Y K H S L
Decimal 253 254 66 0.00 0 0.74 0.00 60.32 0.99 0.63
Hex FD FE 42 0 0 4A 0 3C 63 3F
Octal 375 376 102 0 0 112 0 74 143 77
Binary 11111101 11111110 1000010 0 0 1001010 0 111100 1100011 111111

Color Harmonies of #FDFE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFE42

Black with #FDFE42

Text Example


Text Example

White with #FDFE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFE42; }

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

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

background-color css

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

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

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

border-color css

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

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

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