Html Css Color HEX #FCF34C Paris Daisy

📋 copy color: '#FCF34C'

red 252 ◦ green 243 ◦ blue 76

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

Shades of Paris Daisy #FCF34C

Tints of Paris Daisy #FCF34C

RGB

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

 GREEN value IS 243 (95.31% from 255) = 42.56%

 BLUE value IS 76 (30.08% from 255) = 13.31%

R = 44.13%
G = 42.56%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FCF34C (or 0xFCF34C) is known color: Paris Daisy. HEX triplet: FC, F3 and 4C. RGB value is (252,243,76). Sum of RGB (Red+Green+Blue) = 252+243+76=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 243 (95.31% from 255 or 42.56% from 571); Blue value is 76 (30.08% from 255 or 13.31% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF34C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF34C is #030CB3. Grayscale: #E3E3E3. Windows color (decimal): -199860 or 5043196. OLE color: 5043196.

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

Color convert

RGB 252 243 76 -
CMYK 0 0.04 0.70 0.01
HSL 56.93º 0.97% 0.64% -
HSV(B) 56.93º 0.7% 0.99% -
XYZ 73.5 85.32 19.43 -
YUV 226.65 42.98 146.08 -
System Red Green Blue C M Y K H S L
Decimal 252 243 76 0 0.04 0.70 0.01 56.93 0.97 0.64
Hex FC F3 4C 0 4 46 1 39 61 40
Octal 374 363 114 0 4 106 1 71 141 100
Binary 11111100 11110011 1001100 0 100 1000110 1 111001 1100001 1000000

Color Harmonies of #FCF34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF34C

Black with #FCF34C

Text Example


Text Example

White with #FCF34C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF34C; }

 p { color: rgb(252,243,76); }

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

background-color css

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

 a { background-color: rgb(252,243,76); }

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

border-color css

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

 span { border-color: rgb(252,243,76); }

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