Html Css Color HEX #FCF640 Paris Daisy

📋 copy color: '#FCF640'

red 252 ◦ green 246 ◦ blue 64

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

Shades of Paris Daisy #FCF640

Tints of Paris Daisy #FCF640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 11.39%

R = 44.84%
G = 43.77%
B = 11.39%

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

#FCF640 (or 0xFCF640) is known color: Paris Daisy. HEX triplet: FC, F6 and 40. RGB value is (252,246,64). Sum of RGB (Red+Green+Blue) = 252+246+64=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 246 (96.48% from 255 or 43.77% from 562); Blue value is 64 (25.39% from 255 or 11.39% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF640 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF640 is #0309BF. Grayscale: #E3E3E3. Windows color (decimal): -199104 or 4257532. OLE color: 4257532.

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

Color convert

RGB 252 246 64 -
CMYK 0 0.02 0.75 0.01
HSL 58.09º 0.97% 0.62% -
HSV(B) 58.09º 0.75% 0.99% -
XYZ 74.03 86.98 17.74 -
YUV 227.05 35.99 145.8 -
System Red Green Blue C M Y K H S L
Decimal 252 246 64 0 0.02 0.75 0.01 58.09 0.97 0.62
Hex FC F6 40 0 2 4B 1 3A 61 3E
Octal 374 366 100 0 2 113 1 72 141 76
Binary 11111100 11110110 1000000 0 10 1001011 1 111010 1100001 111110

Color Harmonies of #FCF640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF640

Black with #FCF640

Text Example


Text Example

White with #FCF640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF640; }

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

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

background-color css

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

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

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

border-color css

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

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

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