Html Css Color HEX #FCFE42 Paris Daisy

📋 copy color: '#FCFE42'

red 252 ◦ green 254 ◦ blue 66

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

Shades of Paris Daisy #FCFE42

Tints of Paris Daisy #FCFE42

RGB

 RED value IS 252 (98.83% from 255) = 44.06%

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

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

R = 44.06%
G = 44.41%
B = 11.54%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FCFE42 (or 0xFCFE42) is known color: Paris Daisy. HEX triplet: FC, FE and 42. RGB value is (252,254,66). Sum of RGB (Red+Green+Blue) = 252+254+66=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 254 (99.61% from 255 or 44.41% from 572); Blue value is 66 (26.17% from 255 or 11.54% from 572); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFE42 is #0301BD. Grayscale: #E8E8E8. Windows color (decimal): -197054 or 4390652. OLE color: 4390652.

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

Color convert

RGB 252 254 66 -
CMYK 0.01 0 0.74 0.00
HSL 60.64º 0.99% 0.63% -
HSV(B) 60.64º 0.74% 1% -
XYZ 76.57 91.97 18.87 -
YUV 231.97 34.34 142.29 -
System Red Green Blue C M Y K H S L
Decimal 252 254 66 0.01 0 0.74 0.00 60.64 0.99 0.63
Hex FC FE 42 1 0 4A 0 3D 63 3F
Octal 374 376 102 1 0 112 0 75 143 77
Binary 11111100 11111110 1000010 1 0 1001010 0 111101 1100011 111111

Color Harmonies of #FCFE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFE42

Black with #FCFE42

Text Example


Text Example

White with #FCFE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFE42; }

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

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

background-color css

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

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

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

border-color css

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

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

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