Html Css Color HEX #FCF242 Paris Daisy

📋 copy color: '#FCF242'

red 252 ◦ green 242 ◦ blue 66

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

Shades of Paris Daisy #FCF242

Tints of Paris Daisy #FCF242

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.21%

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

R = 45%
G = 43.21%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FCF242 (or 0xFCF242) is known color: Paris Daisy. HEX triplet: FC, F2 and 42. RGB value is (252,242,66). Sum of RGB (Red+Green+Blue) = 252+242+66=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 242 (94.92% from 255 or 43.21% from 560); Blue value is 66 (26.17% from 255 or 11.79% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF242 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF242 is #030DBD. Grayscale: #E1E1E1. Windows color (decimal): -200126 or 4387580. OLE color: 4387580.

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

Color convert

RGB 252 242 66 -
CMYK 0 0.04 0.74 0.01
HSL 56.77º 0.97% 0.62% -
HSV(B) 56.77º 0.74% 0.99% -
XYZ 72.88 84.59 17.64 -
YUV 224.93 38.31 147.31 -
System Red Green Blue C M Y K H S L
Decimal 252 242 66 0 0.04 0.74 0.01 56.77 0.97 0.62
Hex FC F2 42 0 4 4A 1 39 61 3E
Octal 374 362 102 0 4 112 1 71 141 76
Binary 11111100 11110010 1000010 0 100 1001010 1 111001 1100001 111110

Color Harmonies of #FCF242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF242

Black with #FCF242

Text Example


Text Example

White with #FCF242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF242; }

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

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

background-color css

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

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

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

border-color css

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

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

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