Html Css Color HEX #FCFC42 Paris Daisy

📋 copy color: '#FCFC42'

red 252 ◦ green 252 ◦ blue 66

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

Shades of Paris Daisy #FCFC42

Tints of Paris Daisy #FCFC42

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.21%

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

R = 44.21%
G = 44.21%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FCFC42 (or 0xFCFC42) is known color: Paris Daisy. HEX triplet: FC, FC and 42. RGB value is (252,252,66). Sum of RGB (Red+Green+Blue) = 252+252+66=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 252 (98.83% from 255 or 44.21% from 570); Blue value is 66 (26.17% from 255 or 11.58% from 570); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFC42 is #0303BD. Grayscale: #E7E7E7. Windows color (decimal): -197566 or 4390140. OLE color: 4390140.

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

Color convert

RGB 252 252 66 -
CMYK 0 0 0.74 0.01
HSL 60º 0.97% 0.62% -
HSV(B) 60º 0.74% 0.99% -
XYZ 75.94 90.71 18.66 -
YUV 230.8 35 143.12 -
System Red Green Blue C M Y K H S L
Decimal 252 252 66 0 0 0.74 0.01 60 0.97 0.62
Hex FC FC 42 0 0 4A 1 3C 61 3E
Octal 374 374 102 0 0 112 1 74 141 76
Binary 11111100 11111100 1000010 0 0 1001010 1 111100 1100001 111110

Color Harmonies of #FCFC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFC42

Black with #FCFC42

Text Example


Text Example

White with #FCFC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFC42; }

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

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

background-color css

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

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

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

border-color css

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

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

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