Html Css Color HEX #FCF053 Paris Daisy

📋 copy color: '#FCF053'

red 252 ◦ green 240 ◦ blue 83

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

Shades of Paris Daisy #FCF053

Tints of Paris Daisy #FCF053

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.74%

 BLUE value IS 83 (32.81% from 255) = 14.43%

R = 43.83%
G = 41.74%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCF053 (or 0xFCF053) is known color: Paris Daisy. HEX triplet: FC, F0 and 53. RGB value is (252,240,83). Sum of RGB (Red+Green+Blue) = 252+240+83=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 240 (94.14% from 255 or 41.74% from 575); Blue value is 83 (32.81% from 255 or 14.43% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF053 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF053 is #030FAC. Grayscale: #E2E2E2. Windows color (decimal): -200621 or 5501180. OLE color: 5501180.

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

Color convert

RGB 252 240 83 -
CMYK 0 0.05 0.67 0.01
HSL 55.74º 0.97% 0.66% -
HSV(B) 55.74º 0.67% 0.99% -
XYZ 72.87 83.64 20.49 -
YUV 225.69 47.48 146.77 -
System Red Green Blue C M Y K H S L
Decimal 252 240 83 0 0.05 0.67 0.01 55.74 0.97 0.66
Hex FC F0 53 0 5 43 1 38 61 42
Octal 374 360 123 0 5 103 1 70 141 102
Binary 11111100 11110000 1010011 0 101 1000011 1 111000 1100001 1000010

Color Harmonies of #FCF053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF053

Black with #FCF053

Text Example


Text Example

White with #FCF053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF053; }

 p { color: rgb(252,240,83); }

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

background-color css

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

 a { background-color: rgb(252,240,83); }

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

border-color css

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

 span { border-color: rgb(252,240,83); }

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