Html Css Color HEX #FCF350 Paris Daisy

📋 copy color: '#FCF350'

red 252 ◦ green 243 ◦ blue 80

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

Shades of Paris Daisy #FCF350

Tints of Paris Daisy #FCF350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 13.91%

R = 43.83%
G = 42.26%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FCF350 (or 0xFCF350) is known color: Paris Daisy. HEX triplet: FC, F3 and 50. RGB value is (252,243,80). Sum of RGB (Red+Green+Blue) = 252+243+80=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 243 (95.31% from 255 or 42.26% from 575); Blue value is 80 (31.64% from 255 or 13.91% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF350 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF350 is #030CAF. Grayscale: #E3E3E3. Windows color (decimal): -199856 or 5305340. OLE color: 5305340.

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

Color convert

RGB 252 243 80 -
CMYK 0 0.04 0.68 0.01
HSL 56.86º 0.97% 0.65% -
HSV(B) 56.86º 0.68% 0.99% -
XYZ 73.64 85.38 20.19 -
YUV 227.11 44.98 145.75 -
System Red Green Blue C M Y K H S L
Decimal 252 243 80 0 0.04 0.68 0.01 56.86 0.97 0.65
Hex FC F3 50 0 4 44 1 39 61 41
Octal 374 363 120 0 4 104 1 71 141 101
Binary 11111100 11110011 1010000 0 100 1000100 1 111001 1100001 1000001

Color Harmonies of #FCF350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF350

Black with #FCF350

Text Example


Text Example

White with #FCF350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF350; }

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

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

background-color css

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

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

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

border-color css

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

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

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