Html Css Color HEX #FCF345 Paris Daisy

📋 copy color: '#FCF345'

red 252 ◦ green 243 ◦ blue 69

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

Shades of Paris Daisy #FCF345

Tints of Paris Daisy #FCF345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 12.23%

R = 44.68%
G = 43.09%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FCF345 (or 0xFCF345) is known color: Paris Daisy. HEX triplet: FC, F3 and 45. RGB value is (252,243,69). Sum of RGB (Red+Green+Blue) = 252+243+69=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 243 (95.31% from 255 or 43.09% from 564); Blue value is 69 (27.34% from 255 or 12.23% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF345 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF345 is #030CBA. Grayscale: #E2E2E2. Windows color (decimal): -199867 or 4584444. OLE color: 4584444.

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

Color convert

RGB 252 243 69 -
CMYK 0 0.04 0.73 0.01
HSL 57.05º 0.97% 0.63% -
HSV(B) 57.05º 0.73% 0.99% -
XYZ 73.27 85.23 18.22 -
YUV 225.86 39.48 146.65 -
System Red Green Blue C M Y K H S L
Decimal 252 243 69 0 0.04 0.73 0.01 57.05 0.97 0.63
Hex FC F3 45 0 4 49 1 39 61 3F
Octal 374 363 105 0 4 111 1 71 141 77
Binary 11111100 11110011 1000101 0 100 1001001 1 111001 1100001 111111

Color Harmonies of #FCF345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF345

Black with #FCF345

Text Example


Text Example

White with #FCF345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF345; }

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

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

background-color css

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

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

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

border-color css

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

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

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