Html Css Color HEX #FCF34E Paris Daisy

📋 copy color: '#FCF34E'

red 252 ◦ green 243 ◦ blue 78

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

Shades of Paris Daisy #FCF34E

Tints of Paris Daisy #FCF34E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 13.61%

R = 43.98%
G = 42.41%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FCF34E (or 0xFCF34E) is known color: Paris Daisy. HEX triplet: FC, F3 and 4E. RGB value is (252,243,78). Sum of RGB (Red+Green+Blue) = 252+243+78=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 243 (95.31% from 255 or 42.41% from 573); Blue value is 78 (30.86% from 255 or 13.61% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF34E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF34E is #030CB1. Grayscale: #E3E3E3. Windows color (decimal): -199858 or 5174268. OLE color: 5174268.

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

Color convert

RGB 252 243 78 -
CMYK 0 0.04 0.69 0.01
HSL 56.9º 0.97% 0.65% -
HSV(B) 56.9º 0.69% 0.99% -
XYZ 73.57 85.35 19.8 -
YUV 226.88 43.98 145.92 -
System Red Green Blue C M Y K H S L
Decimal 252 243 78 0 0.04 0.69 0.01 56.9 0.97 0.65
Hex FC F3 4E 0 4 45 1 39 61 41
Octal 374 363 116 0 4 105 1 71 141 101
Binary 11111100 11110011 1001110 0 100 1000101 1 111001 1100001 1000001

Color Harmonies of #FCF34E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF34E

Black with #FCF34E

Text Example


Text Example

White with #FCF34E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF34E; }

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

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

background-color css

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

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

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

border-color css

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

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

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