Html Css Color HEX #FCF93E Paris Daisy

📋 copy color: '#FCF93E'

red 252 ◦ green 249 ◦ blue 62

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

Shades of Paris Daisy #FCF93E

Tints of Paris Daisy #FCF93E

RGB

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

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

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

R = 44.76%
G = 44.23%
B = 11.01%

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

#FCF93E (or 0xFCF93E) is known color: Paris Daisy. HEX triplet: FC, F9 and 3E. RGB value is (252,249,62). Sum of RGB (Red+Green+Blue) = 252+249+62=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 249 (97.66% from 255 or 44.23% from 563); Blue value is 62 (24.61% from 255 or 11.01% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF93E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF93E is #0306C1. Grayscale: #E5E5E5. Windows color (decimal): -198338 or 4127228. OLE color: 4127228.

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

Color convert

RGB 252 249 62 -
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.89 88.79 17.75 -
YUV 228.58 33.99 144.71 -
System Red Green Blue C M Y K H S L
Decimal 252 249 62 0 0.01 0.75 0.01 59.05 0.97 0.62
Hex FC F9 3E 0 1 4B 1 3B 61 3E
Octal 374 371 76 0 1 113 1 73 141 76
Binary 11111100 11111001 111110 0 1 1001011 1 111011 1100001 111110

Color Harmonies of #FCF93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF93E

Black with #FCF93E

Text Example


Text Example

White with #FCF93E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF93E; }

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

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

background-color css

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

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

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

border-color css

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

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

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