Html Css Color HEX #FCF152 Paris Daisy

📋 copy color: '#FCF152'

red 252 ◦ green 241 ◦ blue 82

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

Shades of Paris Daisy #FCF152

Tints of Paris Daisy #FCF152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 14.26%

R = 43.83%
G = 41.91%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCF152 (or 0xFCF152) is known color: Paris Daisy. HEX triplet: FC, F1 and 52. RGB value is (252,241,82). Sum of RGB (Red+Green+Blue) = 252+241+82=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 241 (94.53% from 255 or 41.91% from 575); Blue value is 82 (32.42% from 255 or 14.26% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF152 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF152 is #030EAD. Grayscale: #E2E2E2. Windows color (decimal): -200366 or 5435900. OLE color: 5435900.

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

Color convert

RGB 252 241 82 -
CMYK 0 0.04 0.67 0.01
HSL 56.12º 0.97% 0.65% -
HSV(B) 56.12º 0.67% 0.99% -
XYZ 73.12 84.22 20.38 -
YUV 226.16 46.64 146.43 -
System Red Green Blue C M Y K H S L
Decimal 252 241 82 0 0.04 0.67 0.01 56.12 0.97 0.65
Hex FC F1 52 0 4 43 1 38 61 41
Octal 374 361 122 0 4 103 1 70 141 101
Binary 11111100 11110001 1010010 0 100 1000011 1 111000 1100001 1000001

Color Harmonies of #FCF152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF152

Black with #FCF152

Text Example


Text Example

White with #FCF152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF152; }

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

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

background-color css

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

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

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

border-color css

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

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

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