Html Css Color HEX #FCF248 Paris Daisy

📋 copy color: '#FCF248'

red 252 ◦ green 242 ◦ blue 72

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

Shades of Paris Daisy #FCF248

Tints of Paris Daisy #FCF248

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.76%

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

R = 44.52%
G = 42.76%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCF248 (or 0xFCF248) is known color: Paris Daisy. HEX triplet: FC, F2 and 48. RGB value is (252,242,72). Sum of RGB (Red+Green+Blue) = 252+242+72=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 242 (94.92% from 255 or 42.76% from 566); Blue value is 72 (28.52% from 255 or 12.72% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF248 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF248 is #030DB7. Grayscale: #E2E2E2. Windows color (decimal): -200120 or 4780796. OLE color: 4780796.

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

Color convert

RGB 252 242 72 -
CMYK 0 0.04 0.71 0.01
HSL 56.67º 0.97% 0.64% -
HSV(B) 56.67º 0.71% 0.99% -
XYZ 73.07 84.67 18.62 -
YUV 225.61 41.31 146.82 -
System Red Green Blue C M Y K H S L
Decimal 252 242 72 0 0.04 0.71 0.01 56.67 0.97 0.64
Hex FC F2 48 0 4 47 1 39 61 40
Octal 374 362 110 0 4 107 1 71 141 100
Binary 11111100 11110010 1001000 0 100 1000111 1 111001 1100001 1000000

Color Harmonies of #FCF248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF248

Black with #FCF248

Text Example


Text Example

White with #FCF248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF248; }

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

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

background-color css

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

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

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

border-color css

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

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

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