Html Css Color HEX #FCF04A Paris Daisy

📋 copy color: '#FCF04A'

red 252 ◦ green 240 ◦ blue 74

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

Shades of Paris Daisy #FCF04A

Tints of Paris Daisy #FCF04A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.4%

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

R = 44.52%
G = 42.4%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCF04A (or 0xFCF04A) is known color: Paris Daisy. HEX triplet: FC, F0 and 4A. RGB value is (252,240,74). Sum of RGB (Red+Green+Blue) = 252+240+74=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 240 (94.14% from 255 or 42.40% from 566); Blue value is 74 (29.30% from 255 or 13.07% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF04A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF04A is #030FB5. Grayscale: #E1E1E1. Windows color (decimal): -200630 or 4911356. OLE color: 4911356.

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

Color convert

RGB 252 240 74 -
CMYK 0 0.05 0.71 0.01
HSL 55.96º 0.97% 0.64% -
HSV(B) 55.96º 0.71% 0.99% -
XYZ 72.54 83.51 18.77 -
YUV 224.66 42.98 147.5 -
System Red Green Blue C M Y K H S L
Decimal 252 240 74 0 0.05 0.71 0.01 55.96 0.97 0.64
Hex FC F0 4A 0 5 47 1 38 61 40
Octal 374 360 112 0 5 107 1 70 141 100
Binary 11111100 11110000 1001010 0 101 1000111 1 111000 1100001 1000000

Color Harmonies of #FCF04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF04A

Black with #FCF04A

Text Example


Text Example

White with #FCF04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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