Html Css Color HEX #FCF149 Paris Daisy

📋 copy color: '#FCF149'

red 252 ◦ green 241 ◦ blue 73

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

Shades of Paris Daisy #FCF149

Tints of Paris Daisy #FCF149

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.58%

 BLUE value IS 73 (28.91% from 255) = 12.9%

R = 44.52%
G = 42.58%
B = 12.9%

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

#FCF149 (or 0xFCF149) is known color: Paris Daisy. HEX triplet: FC, F1 and 49. RGB value is (252,241,73). Sum of RGB (Red+Green+Blue) = 252+241+73=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 241 (94.53% from 255 or 42.58% from 566); Blue value is 73 (28.91% from 255 or 12.90% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF149 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF149 is #030EB6. Grayscale: #E1E1E1. Windows color (decimal): -200375 or 4846076. OLE color: 4846076.

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

Color convert

RGB 252 241 73 -
CMYK 0 0.04 0.71 0.01
HSL 56.31º 0.97% 0.64% -
HSV(B) 56.31º 0.71% 0.99% -
XYZ 72.8 84.09 18.7 -
YUV 225.14 42.14 147.16 -
System Red Green Blue C M Y K H S L
Decimal 252 241 73 0 0.04 0.71 0.01 56.31 0.97 0.64
Hex FC F1 49 0 4 47 1 38 61 40
Octal 374 361 111 0 4 107 1 70 141 100
Binary 11111100 11110001 1001001 0 100 1000111 1 111000 1100001 1000000

Color Harmonies of #FCF149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF149

Black with #FCF149

Text Example


Text Example

White with #FCF149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF149; }

 p { color: rgb(252,241,73); }

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

background-color css

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

 a { background-color: rgb(252,241,73); }

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

border-color css

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

 span { border-color: rgb(252,241,73); }

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