Html Css Color HEX #FCFB51 Paris Daisy

📋 copy color: '#FCFB51'

red 252 ◦ green 251 ◦ blue 81

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

Shades of Paris Daisy #FCFB51

Tints of Paris Daisy #FCFB51

RGB

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

 GREEN value IS 251 (98.44% from 255) = 42.98%

 BLUE value IS 81 (32.03% from 255) = 13.87%

R = 43.15%
G = 42.98%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FCFB51 (or 0xFCFB51) is known color: Paris Daisy. HEX triplet: FC, FB and 51. RGB value is (252,251,81). Sum of RGB (Red+Green+Blue) = 252+251+81=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 251 (98.44% from 255 or 42.98% from 584); Blue value is 81 (32.03% from 255 or 13.87% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB51 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFB51 is #0304AE. Grayscale: #E8E8E8. Windows color (decimal): -197807 or 5372924. OLE color: 5372924.

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

Color convert

RGB 252 251 81 -
CMYK 0 0.00 0.68 0.01
HSL 59.65º 0.97% 0.65% -
HSV(B) 59.65º 0.68% 0.99% -
XYZ 76.13 90.28 21.2 -
YUV 231.92 42.83 142.32 -
System Red Green Blue C M Y K H S L
Decimal 252 251 81 0 0.00 0.68 0.01 59.65 0.97 0.65
Hex FC FB 51 0 0 44 1 3C 61 41
Octal 374 373 121 0 0 104 1 74 141 101
Binary 11111100 11111011 1010001 0 0 1000100 1 111100 1100001 1000001

Color Harmonies of #FCFB51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFB51

Black with #FCFB51

Text Example


Text Example

White with #FCFB51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFB51; }

 p { color: rgb(252,251,81); }

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

background-color css

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

 a { background-color: rgb(252,251,81); }

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

border-color css

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

 span { border-color: rgb(252,251,81); }

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