Html Css Color HEX #FCF63E Paris Daisy

📋 copy color: '#FCF63E'

red 252 ◦ green 246 ◦ blue 62

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

Shades of Paris Daisy #FCF63E

Tints of Paris Daisy #FCF63E

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.93%

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

R = 45%
G = 43.93%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FCF63E (or 0xFCF63E) is known color: Paris Daisy. HEX triplet: FC, F6 and 3E. RGB value is (252,246,62). Sum of RGB (Red+Green+Blue) = 252+246+62=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 246 (96.48% from 255 or 43.93% from 560); Blue value is 62 (24.61% from 255 or 11.07% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF63E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF63E is #0309C1. Grayscale: #E3E3E3. Windows color (decimal): -199106 or 4126460. OLE color: 4126460.

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

Color convert

RGB 252 246 62 -
CMYK 0 0.02 0.75 0.01
HSL 58.11º 0.97% 0.62% -
HSV(B) 58.11º 0.75% 0.99% -
XYZ 73.97 86.95 17.44 -
YUV 226.82 34.99 145.96 -
System Red Green Blue C M Y K H S L
Decimal 252 246 62 0 0.02 0.75 0.01 58.11 0.97 0.62
Hex FC F6 3E 0 2 4B 1 3A 61 3E
Octal 374 366 76 0 2 113 1 72 141 76
Binary 11111100 11110110 111110 0 10 1001011 1 111010 1100001 111110

Color Harmonies of #FCF63E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF63E

Black with #FCF63E

Text Example


Text Example

White with #FCF63E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF63E; }

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

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

background-color css

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

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

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

border-color css

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

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

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