Html Css Color HEX #FCFA42 Paris Daisy

📋 copy color: '#FCFA42'

red 252 ◦ green 250 ◦ blue 66

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

Shades of Paris Daisy #FCFA42

Tints of Paris Daisy #FCFA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 11.62%

R = 44.37%
G = 44.01%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FCFA42 (or 0xFCFA42) is known color: Paris Daisy. HEX triplet: FC, FA and 42. RGB value is (252,250,66). Sum of RGB (Red+Green+Blue) = 252+250+66=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 250 (98.05% from 255 or 44.01% from 568); Blue value is 66 (26.17% from 255 or 11.62% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFA42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFA42 is #0305BD. Grayscale: #E6E6E6. Windows color (decimal): -198078 or 4389628. OLE color: 4389628.

HSL color Cylindrical-coordinate representation of color #FCFA42: hue angle of 59.35º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FCFA42 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 250 66 -
CMYK 0 0.01 0.74 0.01
HSL 59.35º 0.97% 0.62% -
HSV(B) 59.35º 0.74% 0.99% -
XYZ 75.31 89.46 18.45 -
YUV 229.62 35.66 143.96 -
System Red Green Blue C M Y K H S L
Decimal 252 250 66 0 0.01 0.74 0.01 59.35 0.97 0.62
Hex FC FA 42 0 1 4A 1 3B 61 3E
Octal 374 372 102 0 1 112 1 73 141 76
Binary 11111100 11111010 1000010 0 1 1001010 1 111011 1100001 111110

Color Harmonies of #FCFA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFA42

Black with #FCFA42

Text Example


Text Example

White with #FCFA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFA42; }

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

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

background-color css

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

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

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

border-color css

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

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

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