Html Css Color HEX #FCFE4A Paris Daisy

📋 copy color: '#FCFE4A'

red 252 ◦ green 254 ◦ blue 74

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

Shades of Paris Daisy #FCFE4A

Tints of Paris Daisy #FCFE4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 12.76%

R = 43.45%
G = 43.79%
B = 12.76%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FCFE4A (or 0xFCFE4A) is known color: Paris Daisy. HEX triplet: FC, FE and 4A. RGB value is (252,254,74). Sum of RGB (Red+Green+Blue) = 252+254+74=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 254 (99.61% from 255 or 43.79% from 580); Blue value is 74 (29.30% from 255 or 12.76% from 580); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFE4A is #0301B5. Grayscale: #E9E9E9. Windows color (decimal): -197046 or 4914940. OLE color: 4914940.

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

Color convert

RGB 252 254 74 -
CMYK 0.01 0 0.71 0.00
HSL 60.67º 0.99% 0.64% -
HSV(B) 60.67º 0.71% 1% -
XYZ 76.82 92.07 20.2 -
YUV 232.88 38.34 141.64 -
System Red Green Blue C M Y K H S L
Decimal 252 254 74 0.01 0 0.71 0.00 60.67 0.99 0.64
Hex FC FE 4A 1 0 47 0 3D 63 40
Octal 374 376 112 1 0 107 0 75 143 100
Binary 11111100 11111110 1001010 1 0 1000111 0 111101 1100011 1000000

Color Harmonies of #FCFE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFE4A

Black with #FCFE4A

Text Example


Text Example

White with #FCFE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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