Html Css Color HEX #FCF34A Paris Daisy

📋 copy color: '#FCF34A'

red 252 ◦ green 243 ◦ blue 74

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

Shades of Paris Daisy #FCF34A

Tints of Paris Daisy #FCF34A

RGB

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

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

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

R = 44.29%
G = 42.71%
B = 13.01%

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

#FCF34A (or 0xFCF34A) is known color: Paris Daisy. HEX triplet: FC, F3 and 4A. RGB value is (252,243,74). Sum of RGB (Red+Green+Blue) = 252+243+74=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 243 (95.31% from 255 or 42.71% from 569); Blue value is 74 (29.30% from 255 or 13.01% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF34A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF34A is #030CB5. Grayscale: #E3E3E3. Windows color (decimal): -199862 or 4912124. OLE color: 4912124.

HSL color Cylindrical-coordinate representation of color #FCF34A: hue angle of 56.97º 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 #FCF34A is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 243 74 -
CMYK 0 0.04 0.71 0.01
HSL 56.97º 0.97% 0.64% -
HSV(B) 56.97º 0.71% 0.99% -
XYZ 73.43 85.29 19.07 -
YUV 226.43 41.98 146.24 -
System Red Green Blue C M Y K H S L
Decimal 252 243 74 0 0.04 0.71 0.01 56.97 0.97 0.64
Hex FC F3 4A 0 4 47 1 39 61 40
Octal 374 363 112 0 4 107 1 71 141 100
Binary 11111100 11110011 1001010 0 100 1000111 1 111001 1100001 1000000

Color Harmonies of #FCF34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF34A

Black with #FCF34A

Text Example


Text Example

White with #FCF34A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF34A; }

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

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

background-color css

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

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

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

border-color css

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

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

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