Html Css Color HEX #FCFA40 Paris Daisy

📋 copy color: '#FCFA40'

red 252 ◦ green 250 ◦ blue 64

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

Shades of Paris Daisy #FCFA40

Tints of Paris Daisy #FCFA40

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.17%

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

R = 44.52%
G = 44.17%
B = 11.31%

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

#FCFA40 (or 0xFCFA40) is known color: Paris Daisy. HEX triplet: FC, FA and 40. RGB value is (252,250,64). Sum of RGB (Red+Green+Blue) = 252+250+64=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 64 (25.39% from 255 or 11.31% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFA40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFA40 is #0305BF. Grayscale: #E6E6E6. Windows color (decimal): -198080 or 4258556. OLE color: 4258556.

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

Color convert

RGB 252 250 64 -
CMYK 0 0.01 0.75 0.01
HSL 59.36º 0.97% 0.62% -
HSV(B) 59.36º 0.75% 0.99% -
XYZ 75.26 89.44 18.15 -
YUV 229.39 34.66 144.12 -
System Red Green Blue C M Y K H S L
Decimal 252 250 64 0 0.01 0.75 0.01 59.36 0.97 0.62
Hex FC FA 40 0 1 4B 1 3B 61 3E
Octal 374 372 100 0 1 113 1 73 141 76
Binary 11111100 11111010 1000000 0 1 1001011 1 111011 1100001 111110

Color Harmonies of #FCFA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFA40

Black with #FCFA40

Text Example


Text Example

White with #FCFA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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