Html Css Color HEX #FCF144 Paris Daisy

📋 copy color: '#FCF144'

red 252 ◦ green 241 ◦ blue 68

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

Shades of Paris Daisy #FCF144

Tints of Paris Daisy #FCF144

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.96%

 BLUE value IS 68 (26.95% from 255) = 12.12%

R = 44.92%
G = 42.96%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FCF144 (or 0xFCF144) is known color: Paris Daisy. HEX triplet: FC, F1 and 44. RGB value is (252,241,68). Sum of RGB (Red+Green+Blue) = 252+241+68=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 241 (94.53% from 255 or 42.96% from 561); Blue value is 68 (26.95% from 255 or 12.12% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF144 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF144 is #030EBB. Grayscale: #E1E1E1. Windows color (decimal): -200380 or 4518396. OLE color: 4518396.

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

Color convert

RGB 252 241 68 -
CMYK 0 0.04 0.73 0.01
HSL 56.41º 0.97% 0.63% -
HSV(B) 56.41º 0.73% 0.99% -
XYZ 72.64 84.02 17.86 -
YUV 224.57 39.64 147.57 -
System Red Green Blue C M Y K H S L
Decimal 252 241 68 0 0.04 0.73 0.01 56.41 0.97 0.63
Hex FC F1 44 0 4 49 1 38 61 3F
Octal 374 361 104 0 4 111 1 70 141 77
Binary 11111100 11110001 1000100 0 100 1001001 1 111000 1100001 111111

Color Harmonies of #FCF144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF144

Black with #FCF144

Text Example


Text Example

White with #FCF144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF144; }

 p { color: rgb(252,241,68); }

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

background-color css

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

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

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

border-color css

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

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

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