Html Css Color HEX #FCF146 Paris Daisy

📋 copy color: '#FCF146'

red 252 ◦ green 241 ◦ blue 70

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

Shades of Paris Daisy #FCF146

Tints of Paris Daisy #FCF146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 12.43%

R = 44.76%
G = 42.81%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FCF146 (or 0xFCF146) is known color: Paris Daisy. HEX triplet: FC, F1 and 46. RGB value is (252,241,70). Sum of RGB (Red+Green+Blue) = 252+241+70=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 241 (94.53% from 255 or 42.81% from 563); Blue value is 70 (27.73% from 255 or 12.43% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF146 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF146 is #030EB9. Grayscale: #E1E1E1. Windows color (decimal): -200378 or 4649468. OLE color: 4649468.

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

Color convert

RGB 252 241 70 -
CMYK 0 0.04 0.72 0.01
HSL 56.37º 0.97% 0.63% -
HSV(B) 56.37º 0.72% 0.99% -
XYZ 72.71 84.05 18.19 -
YUV 224.8 40.64 147.4 -
System Red Green Blue C M Y K H S L
Decimal 252 241 70 0 0.04 0.72 0.01 56.37 0.97 0.63
Hex FC F1 46 0 4 48 1 38 61 3F
Octal 374 361 106 0 4 110 1 70 141 77
Binary 11111100 11110001 1000110 0 100 1001000 1 111000 1100001 111111

Color Harmonies of #FCF146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF146

Black with #FCF146

Text Example


Text Example

White with #FCF146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF146; }

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

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

background-color css

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

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

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

border-color css

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

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

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