Html Css Color HEX #FCF53E Paris Daisy

📋 copy color: '#FCF53E'

red 252 ◦ green 245 ◦ blue 62

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

Shades of Paris Daisy #FCF53E

Tints of Paris Daisy #FCF53E

RGB

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

 GREEN value IS 245 (96.09% from 255) = 43.83%

 BLUE value IS 62 (24.61% from 255) = 11.09%

R = 45.08%
G = 43.83%
B = 11.09%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FCF53E (or 0xFCF53E) is known color: Paris Daisy. HEX triplet: FC, F5 and 3E. RGB value is (252,245,62). Sum of RGB (Red+Green+Blue) = 252+245+62=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 245 (96.09% from 255 or 43.83% from 559); Blue value is 62 (24.61% from 255 or 11.09% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF53E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF53E is #030AC1. Grayscale: #E2E2E2. Windows color (decimal): -199362 or 4126204. OLE color: 4126204.

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

Color convert

RGB 252 245 62 -
CMYK 0 0.03 0.75 0.01
HSL 57.79º 0.97% 0.62% -
HSV(B) 57.79º 0.75% 0.99% -
XYZ 73.67 86.35 17.34 -
YUV 226.23 35.32 146.38 -
System Red Green Blue C M Y K H S L
Decimal 252 245 62 0 0.03 0.75 0.01 57.79 0.97 0.62
Hex FC F5 3E 0 3 4B 1 3A 61 3E
Octal 374 365 76 0 3 113 1 72 141 76
Binary 11111100 11110101 111110 0 11 1001011 1 111010 1100001 111110

Color Harmonies of #FCF53E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF53E

Black with #FCF53E

Text Example


Text Example

White with #FCF53E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF53E; }

 p { color: rgb(252,245,62); }

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

background-color css

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

 a { background-color: rgb(252,245,62); }

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

border-color css

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

 span { border-color: rgb(252,245,62); }

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