Html Css Color HEX #FCFF48 Paris Daisy

📋 copy color: '#FCFF48'

red 252 ◦ green 255 ◦ blue 72

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

Shades of Paris Daisy #FCFF48

Tints of Paris Daisy #FCFF48

RGB

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

 GREEN value IS 255 (100% from 255) = 44.04%

 BLUE value IS 72 (28.52% from 255) = 12.44%

R = 43.52%
G = 44.04%
B = 12.44%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#FCFF48 (or 0xFCFF48) is known color: Paris Daisy. HEX triplet: FC, FF and 48. RGB value is (252,255,72). Sum of RGB (Red+Green+Blue) = 252+255+72=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 255 (100% from 255 or 44.04% from 579); Blue value is 72 (28.52% from 255 or 12.44% from 579); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF48 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFF48 is #0300B7. Grayscale: #E9E9E9. Windows color (decimal): -196792 or 4784124. OLE color: 4784124.

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

Color convert

RGB 252 255 72 -
CMYK 0.01 0 0.72 0
HSL 60.98º 1% 0.64% -
HSV(B) 60.98º 0.72% 1% -
XYZ 77.07 92.68 19.96 -
YUV 233.24 37.01 141.38 -
System Red Green Blue C M Y K H S L
Decimal 252 255 72 0.01 0 0.72 0 60.98 1 0.64
Hex FC FF 48 1 0 48 0 3D 64 40
Octal 374 377 110 1 0 110 0 75 144 100
Binary 11111100 11111111 1001000 1 0 1001000 0 111101 1100100 1000000

Color Harmonies of #FCFF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFF48

Black with #FCFF48

Text Example


Text Example

White with #FCFF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFF48; }

 p { color: rgb(252,255,72); }

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

background-color css

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

 a { background-color: rgb(252,255,72); }

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

border-color css

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

 span { border-color: rgb(252,255,72); }

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