Html Css Color HEX #FCFC4B Paris Daisy

📋 copy color: '#FCFC4B'

red 252 ◦ green 252 ◦ blue 75

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

Shades of Paris Daisy #FCFC4B

Tints of Paris Daisy #FCFC4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 12.95%

R = 43.52%
G = 43.52%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FCFC4B (or 0xFCFC4B) is known color: Paris Daisy. HEX triplet: FC, FC and 4B. RGB value is (252,252,75). Sum of RGB (Red+Green+Blue) = 252+252+75=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 252 (98.83% from 255 or 43.52% from 579); Blue value is 75 (29.69% from 255 or 12.95% from 579); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFC4B is #0303B4. Grayscale: #E8E8E8. Windows color (decimal): -197557 or 4979964. OLE color: 4979964.

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

Color convert

RGB 252 252 75 -
CMYK 0 0 0.70 0.01
HSL 60º 0.97% 0.64% -
HSV(B) 60º 0.7% 0.99% -
XYZ 76.23 90.82 20.17 -
YUV 231.82 39.5 142.39 -
System Red Green Blue C M Y K H S L
Decimal 252 252 75 0 0 0.70 0.01 60 0.97 0.64
Hex FC FC 4B 0 0 46 1 3C 61 40
Octal 374 374 113 0 0 106 1 74 141 100
Binary 11111100 11111100 1001011 0 0 1000110 1 111100 1100001 1000000

Color Harmonies of #FCFC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFC4B

Black with #FCFC4B

Text Example


Text Example

White with #FCFC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFC4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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