Html Css Color HEX #FCFB3E Paris Daisy

📋 copy color: '#FCFB3E'

red 252 ◦ green 251 ◦ blue 62

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

Shades of Paris Daisy #FCFB3E

Tints of Paris Daisy #FCFB3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 10.97%

R = 44.6%
G = 44.42%
B = 10.97%

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

#FCFB3E (or 0xFCFB3E) is known color: Paris Daisy. HEX triplet: FC, FB and 3E. RGB value is (252,251,62). Sum of RGB (Red+Green+Blue) = 252+251+62=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 251 (98.44% from 255 or 44.42% from 565); Blue value is 62 (24.61% from 255 or 10.97% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFB3E is #0304C1. Grayscale: #E6E6E6. Windows color (decimal): -197826 or 4127740. OLE color: 4127740.

HSL color Cylindrical-coordinate representation of color #FCFB3E: 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 #FCFB3E is Cyan = 0, Magento = 0.00, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 251 62 -
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.51 90.04 17.96 -
YUV 229.75 33.33 143.87 -
System Red Green Blue C M Y K H S L
Decimal 252 251 62 0 0.00 0.75 0.01 59.68 0.97 0.62
Hex FC FB 3E 0 0 4B 1 3C 61 3E
Octal 374 373 76 0 0 113 1 74 141 76
Binary 11111100 11111011 111110 0 0 1001011 1 111100 1100001 111110

Color Harmonies of #FCFB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFB3E

Black with #FCFB3E

Text Example


Text Example

White with #FCFB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFB3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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