Html Css Color HEX #FCFB3F Paris Daisy

📋 copy color: '#FCFB3F'

red 252 ◦ green 251 ◦ blue 63

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

Shades of Paris Daisy #FCFB3F

Tints of Paris Daisy #FCFB3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 11.13%

R = 44.52%
G = 44.35%
B = 11.13%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FCFB3F (or 0xFCFB3F) is known color: Paris Daisy. HEX triplet: FC, FB and 3F. RGB value is (252,251,63). Sum of RGB (Red+Green+Blue) = 252+251+63=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 251 (98.44% from 255 or 44.35% from 566); Blue value is 63 (25% from 255 or 11.13% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB3F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFB3F is #0304C0. Grayscale: #E6E6E6. Windows color (decimal): -197825 or 4193276. OLE color: 4193276.

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

Color convert

RGB 252 251 63 -
CMYK 0 0.00 0.75 0.01
HSL 59.68º 0.97% 0.62% -
HSV(B) 59.68º 0.75% 0.99% -
XYZ 75.54 90.05 18.1 -
YUV 229.87 33.83 143.79 -
System Red Green Blue C M Y K H S L
Decimal 252 251 63 0 0.00 0.75 0.01 59.68 0.97 0.62
Hex FC FB 3F 0 0 4B 1 3C 61 3E
Octal 374 373 77 0 0 113 1 74 141 76
Binary 11111100 11111011 111111 0 0 1001011 1 111100 1100001 111110

Color Harmonies of #FCFB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFB3F

Black with #FCFB3F

Text Example


Text Example

White with #FCFB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFB3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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