Html Css Color HEX #FCFE3B Paris Daisy

📋 copy color: '#FCFE3B'

red 252 ◦ green 254 ◦ blue 59

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

Shades of Paris Daisy #FCFE3B

Tints of Paris Daisy #FCFE3B

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.96%

 BLUE value IS 59 (23.44% from 255) = 10.44%

R = 44.6%
G = 44.96%
B = 10.44%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FCFE3B (or 0xFCFE3B) is known color: Paris Daisy. HEX triplet: FC, FE and 3B. RGB value is (252,254,59). Sum of RGB (Red+Green+Blue) = 252+254+59=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 254 (99.61% from 255 or 44.96% from 565); Blue value is 59 (23.44% from 255 or 10.44% from 565); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE3B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFE3B is #0301C4. Grayscale: #E7E7E7. Windows color (decimal): -197061 or 3931900. OLE color: 3931900.

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

Color convert

RGB 252 254 59 -
CMYK 0.01 0 0.77 0.00
HSL 60.62º 0.99% 0.61% -
HSV(B) 60.62º 0.77% 1% -
XYZ 76.38 91.89 17.85 -
YUV 231.17 30.84 142.86 -
System Red Green Blue C M Y K H S L
Decimal 252 254 59 0.01 0 0.77 0.00 60.62 0.99 0.61
Hex FC FE 3B 1 0 4D 0 3D 63 3D
Octal 374 376 73 1 0 115 0 75 143 75
Binary 11111100 11111110 111011 1 0 1001101 0 111101 1100011 111101

Color Harmonies of #FCFE3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFE3B

Black with #FCFE3B

Text Example


Text Example

White with #FCFE3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFE3B; }

 p { color: rgb(252,254,59); }

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

background-color css

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

 a { background-color: rgb(252,254,59); }

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

border-color css

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

 span { border-color: rgb(252,254,59); }

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