Html Css Color HEX #FCF145 Paris Daisy

📋 copy color: '#FCF145'

red 252 ◦ green 241 ◦ blue 69

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

Shades of Paris Daisy #FCF145

Tints of Paris Daisy #FCF145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 12.28%

R = 44.84%
G = 42.88%
B = 12.28%

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

#FCF145 (or 0xFCF145) is known color: Paris Daisy. HEX triplet: FC, F1 and 45. RGB value is (252,241,69). Sum of RGB (Red+Green+Blue) = 252+241+69=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 241 (94.53% from 255 or 42.88% from 562); Blue value is 69 (27.34% from 255 or 12.28% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF145 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF145 is #030EBA. Grayscale: #E1E1E1. Windows color (decimal): -200379 or 4583932. OLE color: 4583932.

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

Color convert

RGB 252 241 69 -
CMYK 0 0.04 0.73 0.01
HSL 56.39º 0.97% 0.63% -
HSV(B) 56.39º 0.73% 0.99% -
XYZ 72.67 84.04 18.02 -
YUV 224.68 40.14 147.49 -
System Red Green Blue C M Y K H S L
Decimal 252 241 69 0 0.04 0.73 0.01 56.39 0.97 0.63
Hex FC F1 45 0 4 49 1 38 61 3F
Octal 374 361 105 0 4 111 1 70 141 77
Binary 11111100 11110001 1000101 0 100 1001001 1 111000 1100001 111111

Color Harmonies of #FCF145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF145

Black with #FCF145

Text Example


Text Example

White with #FCF145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF145; }

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

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

background-color css

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

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

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

border-color css

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

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

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