Html Css Color HEX #FCF93D Paris Daisy

📋 copy color: '#FCF93D'

red 252 ◦ green 249 ◦ blue 61

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

Shades of Paris Daisy #FCF93D

Tints of Paris Daisy #FCF93D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 10.85%

R = 44.84%
G = 44.31%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FCF93D (or 0xFCF93D) is known color: Paris Daisy. HEX triplet: FC, F9 and 3D. RGB value is (252,249,61). Sum of RGB (Red+Green+Blue) = 252+249+61=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 249 (97.66% from 255 or 44.31% from 562); Blue value is 61 (24.22% from 255 or 10.85% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF93D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF93D is #0306C2. Grayscale: #E5E5E5. Windows color (decimal): -198339 or 4061692. OLE color: 4061692.

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

Color convert

RGB 252 249 61 -
CMYK 0 0.01 0.76 0.01
HSL 59.06º 0.97% 0.61% -
HSV(B) 59.06º 0.76% 0.99% -
XYZ 74.86 88.78 17.61 -
YUV 228.47 33.49 144.79 -
System Red Green Blue C M Y K H S L
Decimal 252 249 61 0 0.01 0.76 0.01 59.06 0.97 0.61
Hex FC F9 3D 0 1 4C 1 3B 61 3D
Octal 374 371 75 0 1 114 1 73 141 75
Binary 11111100 11111001 111101 0 1 1001100 1 111011 1100001 111101

Color Harmonies of #FCF93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF93D

Black with #FCF93D

Text Example


Text Example

White with #FCF93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF93D; }

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

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

background-color css

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

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

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

border-color css

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

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

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