Html Css Color HEX #FCF342 Paris Daisy

📋 copy color: '#FCF342'

red 252 ◦ green 243 ◦ blue 66

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

Shades of Paris Daisy #FCF342

Tints of Paris Daisy #FCF342

RGB

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

 GREEN value IS 243 (95.31% from 255) = 43.32%

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

R = 44.92%
G = 43.32%
B = 11.76%

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

#FCF342 (or 0xFCF342) is known color: Paris Daisy. HEX triplet: FC, F3 and 42. RGB value is (252,243,66). Sum of RGB (Red+Green+Blue) = 252+243+66=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 243 (95.31% from 255 or 43.32% from 561); Blue value is 66 (26.17% from 255 or 11.76% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF342 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF342 is #030CBD. Grayscale: #E2E2E2. Windows color (decimal): -199870 or 4387836. OLE color: 4387836.

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

Color convert

RGB 252 243 66 -
CMYK 0 0.04 0.74 0.01
HSL 57.1º 0.97% 0.62% -
HSV(B) 57.1º 0.74% 0.99% -
XYZ 73.18 85.19 17.74 -
YUV 225.51 37.98 146.89 -
System Red Green Blue C M Y K H S L
Decimal 252 243 66 0 0.04 0.74 0.01 57.1 0.97 0.62
Hex FC F3 42 0 4 4A 1 39 61 3E
Octal 374 363 102 0 4 112 1 71 141 76
Binary 11111100 11110011 1000010 0 100 1001010 1 111001 1100001 111110

Color Harmonies of #FCF342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF342

Black with #FCF342

Text Example


Text Example

White with #FCF342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF342; }

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

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

background-color css

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

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

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

border-color css

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

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

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