Html Css Color HEX #FCF93F Paris Daisy

📋 copy color: '#FCF93F'

red 252 ◦ green 249 ◦ blue 63

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

Shades of Paris Daisy #FCF93F

Tints of Paris Daisy #FCF93F

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.15%

 BLUE value IS 63 (25% from 255) = 11.17%

R = 44.68%
G = 44.15%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FCF93F (or 0xFCF93F) is known color: Paris Daisy. HEX triplet: FC, F9 and 3F. RGB value is (252,249,63). Sum of RGB (Red+Green+Blue) = 252+249+63=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 249 (97.66% from 255 or 44.15% from 564); Blue value is 63 (25% from 255 or 11.17% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF93F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF93F is #0306C0. Grayscale: #E5E5E5. Windows color (decimal): -198337 or 4192764. OLE color: 4192764.

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

Color convert

RGB 252 249 63 -
CMYK 0 0.01 0.75 0.01
HSL 59.05º 0.97% 0.62% -
HSV(B) 59.05º 0.75% 0.99% -
XYZ 74.92 88.81 17.9 -
YUV 228.69 34.49 144.62 -
System Red Green Blue C M Y K H S L
Decimal 252 249 63 0 0.01 0.75 0.01 59.05 0.97 0.62
Hex FC F9 3F 0 1 4B 1 3B 61 3E
Octal 374 371 77 0 1 113 1 73 141 76
Binary 11111100 11111001 111111 0 1 1001011 1 111011 1100001 111110

Color Harmonies of #FCF93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF93F

Black with #FCF93F

Text Example


Text Example

White with #FCF93F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF93F; }

 p { color: rgb(252,249,63); }

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

background-color css

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

 a { background-color: rgb(252,249,63); }

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

border-color css

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

 span { border-color: rgb(252,249,63); }

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